Files
f562a8dc-0fae-4b01-bf4d-199…/vercel.json
kudinDmitriyUp 94bb6e7fb1 Initial commit
2026-04-25 10:12:29 +00:00

10 lines
159 B
JSON

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