Files
92e2bcc0-8be1-4ee9-9d43-b89…/vercel.json
2026-06-14 04:00:47 +00:00

10 lines
159 B
JSON

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