Initial commit

This commit is contained in:
2025-10-09 10:42:03 +02:00
commit 61ee0b6e89
139 changed files with 42562 additions and 0 deletions

9
vercel.json Normal file
View File

@@ -0,0 +1,9 @@
{
"rewrites": [
{
"source": "/:path*",
"destination": "/index.html"
}
],
"trailingSlash": false
}