Files
d65be9c2-87cc-4071-8fdb-cbc…/vercel.json
2026-06-17 20:45:06 +00:00

10 lines
159 B
JSON

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