Files
cfda5eb0-1bf6-4cea-bfca-b2f…/vercel.json
2026-06-14 13:20:59 +00:00

10 lines
159 B
JSON

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