Files
b5078cc4-d3d0-4334-b29b-915…/vercel.json
2026-06-17 13:26:07 +00:00

10 lines
159 B
JSON

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