Initial commit

This commit is contained in:
2026-05-05 11:59:18 +03:00
commit 531f44130e
265 changed files with 32551 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"
}
]
}