Files
5479af0d-7653-4572-be8f-011…/vercel.json
2026-06-15 17:41:24 +00:00

10 lines
159 B
JSON

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