chore(site): scaffold astro project, remove legacy SPA

This commit is contained in:
Christian Visintin
2026-06-07 21:10:57 +02:00
parent c27748272d
commit a54ff078cc
36 changed files with 7217 additions and 1933 deletions

5
site/tsconfig.json Normal file
View File

@@ -0,0 +1,5 @@
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
}