Files
9e8481eb-3484-4d76-9761-cee…/vercel.json
2026-06-14 11:59:08 +00:00

10 lines
159 B
JSON

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