Files
56f363a6-bbe1-4466-840d-70e…/vercel.json
2026-07-03 16:26:48 +00:00

10 lines
159 B
JSON

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