Files
d756fde2-968e-469f-b79a-aa9…/vercel.json
Nikolay Pecheniev 9b1f1164d0 Initial commit
2026-05-01 12:59:37 +03:00

10 lines
159 B
JSON

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