Files
6098201a-ffc8-4f12-903a-b8d…/vercel.json
2026-07-02 16:15:26 +00:00

10 lines
159 B
JSON

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