First Release v1.0.0
Deploy to Azure Static Web Apps / build_and_deploy (push) Waiting to run
Deploy to Azure Static Web Apps / close_pull_request (push) Waiting to run

This commit is contained in:
Daniel Krähenbühl
2026-06-16 21:52:55 +02:00
commit 4f304b8ed4
297 changed files with 32673 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"navigationFallback": {
"rewrite": "/404.html",
"exclude": ["/assets/*", "/fonts/*", "/_astro/*", "*.ico", "*.png", "*.jpg", "*.svg", "*.webp", "*.webmanifest", "*.xml", "*.txt"]
},
"trailingSlash": "auto",
"mimeTypes": {
".json": "application/json"
},
"responseOverrides": {
"404": {
"rewrite": "/404.html"
}
}
}