Files
c714d40e-153f-4480-9c1d-6e1…/vercel.json
2026-06-13 22:08:00 +00:00

10 lines
159 B
JSON

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