Files
bb0d015b-d33e-4488-a124-8e2…/vercel.json
kudinDmitriyUp 492b3ae2d1 Initial commit
2026-06-04 15:56:40 +00:00

10 lines
159 B
JSON

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