Files
b192e5cf-3f56-438f-a62b-50f…/vercel.json
2026-06-15 10:50:49 +00:00

10 lines
159 B
JSON

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