Skip to content
Snippets Groups Projects
Commit 25bd63bd authored by Moritz Stückler's avatar Moritz Stückler :cowboy:
Browse files

fix: remove baseurl

parent ce0272c1
No related branches found
No related tags found
No related merge requests found
Pipeline #9784 passed
......@@ -32,7 +32,7 @@ const menuItems = buildPageTree(rawContent, baseUrl, localeFromUrl);
compact={true}
/>
<HeroSection
src={prefixWithBaseIfNotUrl(frontmatter.headerImage, baseUrl)}
src={frontmatter.headerImage}
/>
<main class="fc-overflow-x-hidden">
<slot />
......
......@@ -3,7 +3,7 @@ layout: "@layouts/ArticleLayout.astro"
title: Pellentesque Nec Nam
order: 5
subtitle: Elit ullamcorper dignissim cras tincidunt
headerImage: "images/slider/hamburg_unsplash.jpg"
headerImage: "/images/slider/hamburg_unsplash.jpg"
headerImageAlt: Landungsbrücken
teaser: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Sed turpis tincidunt id aliquet risus. Magna fermentum iaculis eu non diam phasellus vestibulum lorem sed. Egestas erat imperdiet sed euismod nisi porta lorem. Ac tortor vitae purus faucibus ornare.
type: article
......
---
layout: "@layouts/HomeLayout.astro"
title: Home Deutsch
headerImage: images/home/hamburg_2054.jpg
headerImage: /images/home/hamburg_2054.jpg
headerImageAlt: Hamburg 2054 Collage
description: "Lokal produzieren, alles recyceln, global vernetzt sein: Das ist die Idee der Fab City. Die Fab City ist die Antwort auf die Herausforderungen der Gegenwart, allen voran den Klimawandel."
---
......
---
layout: "@layouts/HomeLayout.astro"
title: Home English
headerImage: images/home/hamburg_2054.jpg
headerImage: /images/home/hamburg_2054.jpg
headerImageAlt: Hamburg 2054 Collage
description: "Produce locally, recycle everything, connect globally: That's what the fab city is about. It's an answer to the challenges of today, especially climate change."
---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment