Files
b02c469d-81b9-49e1-b534-5ca…/vercel.json
2026-06-15 21:19:39 +00:00

10 lines
159 B
JSON

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