inital commit

This commit is contained in:
2025-03-08 23:05:35 +01:00
commit 39f2b6eaab
14 changed files with 320 additions and 0 deletions

5
astro.config.mjs Normal file
View File

@@ -0,0 +1,5 @@
// @ts-check
import { defineConfig } from 'astro/config';
// https://astro.build/config
export default defineConfig({});