Files
39c8801b-5c4d-48aa-8948-a81…/vercel.json
kudinDmitriyUp 0b6c4e191a Initial commit
2026-04-22 09:06:11 +00:00

10 lines
159 B
JSON

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