Initial commit

This commit is contained in:
kudinDmitriyUp
2026-05-10 17:17:39 +00:00
commit 5faf6cc263
260 changed files with 29504 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"
}
]
}