Files
315b3bce-ca0f-4e31-bca9-ef4…/vercel.json
2026-07-01 04:18:15 +00:00

10 lines
159 B
JSON

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