Files
669b858f-7306-425e-a99e-9b6…/vercel.json
Nikolay Pecheniev 07853466a3 Initial commit
2026-04-16 18:31:20 +03:00

10 lines
159 B
JSON

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