Files
070d9c3d-27ad-401b-949e-9d8…/vercel.json
2026-07-04 21:33:43 +00:00

10 lines
159 B
JSON

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