Files
9779b701-083c-4f22-a02d-385…/vercel.json
2026-06-14 00:01:09 +00:00

10 lines
159 B
JSON

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