Files
c577ea42-80c8-472f-965d-4bd…/vercel.json
2026-06-20 06:57:14 +00:00

10 lines
159 B
JSON

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