Files
ddbd5ae4-e751-4d1e-822d-6a5…/vercel.json
2026-06-15 13:33:36 +00:00

10 lines
159 B
JSON

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