Scheiß Line Separator

This commit is contained in:
2023-11-28 12:00:06 +01:00
parent 3996376381
commit 2abe554059
16 changed files with 1113 additions and 466 deletions

View File

@ -1,9 +1,6 @@
---
import { getCollection } from 'astro:content'
import NavbarLayout from "../layouts/NavbarLayout.astro";
import {getCollection} from 'astro:content'
import {astroI18n, createGetStaticPaths} from "astro-i18n";
import localBau from "../images/2023-10-08_20.43.43.png";
import {Image} from "astro:assets";
import PageLayout from "../layouts/PageLayout.astro";
export const getStaticPaths = createGetStaticPaths(async () => {