Initial commit

This commit is contained in:
kudinDmitriyUp
2026-06-09 18:32:17 +00:00
commit 88c5800c63
302 changed files with 36617 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"
}
]
}