Initial commit

This commit is contained in:
2026-05-05 11:48:58 +03:00
commit 01f34cbb1e
265 changed files with 32550 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"
}
]
}