Files
9e1714e5-e30f-47eb-982d-77f…/vercel.json
kudinDmitriyUp 8b79c3286e Initial commit
2026-04-21 12:43:08 +00:00

10 lines
159 B
JSON

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