Files
4431c29d-ddcb-4682-952b-602…/vercel.json
2026-06-13 20:39:07 +00:00

10 lines
159 B
JSON

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