Files
3b48108c-90b5-4dbc-a0cd-ff0…/vercel.json
kudinDmitriyUp 2e949d7b56 Initial commit
2026-05-06 12:35:47 +00:00

10 lines
159 B
JSON

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