Files
219b968a-9565-421b-b0b4-3ed…/vercel.json
kudinDmitriyUp 2ffe95494d Initial commit
2026-06-13 20:11:44 +00:00

10 lines
159 B
JSON

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