Files
461f61ca-4cd2-4d71-af64-331…/vercel.json
kudinDmitriyUp 68605d3064 Initial commit
2026-06-10 17:12:51 +00:00

10 lines
159 B
JSON

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