Initial commit

This commit is contained in:
2026-04-20 18:11:33 +03:00
commit 2c4caf01c9
100 changed files with 13841 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"
}
]
}