Initial commit

This commit is contained in:
dk
2026-07-01 17:59:01 +00:00
commit 5bc6f8f8c7
349 changed files with 43685 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"
}
]
}