Files
1946d300-b3e8-44f0-9256-07f…/vercel.json
kudinDmitriyUp ee39e88610 Initial commit
2026-06-03 21:54:06 +00:00

10 lines
159 B
JSON

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