Initial Fleckenhilfe website

This commit is contained in:
2026-04-20 06:22:50 +00:00
commit 4f3abb2dd7
25 changed files with 6258 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
// @ts-check
import { defineConfig } from 'astro/config';
export default defineConfig({
site: 'https://fleckenhilfe.de',
});