Files
f780f31b-fa13-43fb-a74a-208…/vercel.json
Nikolay Pecheniev a835343280 Initial commit
2026-04-27 18:07:16 +03:00

10 lines
159 B
JSON

{
"buildCommand": "npm run build",
"outputDirectory": "dist",
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}