Initial commit, working app

This commit is contained in:
2025-05-09 20:59:58 +02:00
parent 02b81219fa
commit e250b6b5d8
10 changed files with 431 additions and 62 deletions

3
src/pages/_app.astro Normal file
View File

@@ -0,0 +1,3 @@
---
export const prerender = false;
---