Files
9aeae1da-c174-4f19-85fd-62a…/vercel.json
kudinDmitriyUp 9997a645b1 Initial commit
2026-04-17 16:08:02 +00:00

10 lines
159 B
JSON

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