Files
3c1d6e2d-cfab-4159-a0a7-e65…/vercel.json
kudinDmitriyUp 9527e429e9 Initial commit
2026-05-19 16:50:02 +00:00

10 lines
159 B
JSON

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