Files
a3fcefcf-ec71-4dcf-a958-a67…/vercel.json
kudinDmitriyUp 6801f69a53 Initial commit
2026-04-18 11:46:14 +00:00

10 lines
159 B
JSON

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