Initial commit

This commit is contained in:
Nikolay Pecheniev
2026-04-24 18:03:17 +03:00
commit a65c1fb75e
183 changed files with 21636 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"
}
]
}