Files
c33ec6b1-4b1e-4a29-ab21-7ff…/vercel.json
2026-06-22 20:17:58 +00:00

10 lines
159 B
JSON

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