Files
d6472ef6-963f-499e-84fb-f5e…/vercel.json
kudinDmitriyUp ba736e152d Initial commit
2026-06-11 13:38:48 +00:00

10 lines
159 B
JSON

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