Files
359a180f-8c26-451b-9d11-d23…/vercel.json
2026-06-14 06:45:51 +00:00

10 lines
159 B
JSON

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