Initial Astro static demo

This commit is contained in:
2026-07-07 19:11:38 +02:00
commit 4d46ef287a
67 changed files with 6728 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import { defineConfig } from "astro/config";
export default defineConfig({
site: "https://heidrich-bedachung.de",
output: "static",
trailingSlash: "always",
});