Files
468d8be7-2d6e-4fbc-bc3f-8ea…/vercel.json
2026-06-14 15:50:43 +00:00

10 lines
159 B
JSON

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