Files
ec99886f-f576-45d2-a81e-835…/vercel.json
2026-06-17 12:48:05 +00:00

10 lines
159 B
JSON

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