Files
cf7b2e7f-71e1-4f3e-a395-a50…/vercel.json
2026-06-23 14:09:47 +00:00

10 lines
159 B
JSON

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