Files
b1541e18-036d-4c13-8c53-d83…/vercel.json
2026-06-20 21:17:26 +00:00

10 lines
159 B
JSON

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