Files
0058f3fb-ec82-473c-80a7-e4c…/vercel.json
2026-06-14 05:20:19 +00:00

10 lines
159 B
JSON

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