Initial commit

This commit is contained in:
dk
2026-06-23 09:35:55 +00:00
commit f29bb8d1c0
313 changed files with 37703 additions and 0 deletions

10
vercel.json Normal file
View File

@@ -0,0 +1,10 @@
{
"buildCommand": "npm run build",
"outputDirectory": "dist",
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}