Files
2c5d050e-9abf-4207-b8d5-77c…/vercel.json
2026-06-21 05:37:54 +00:00

10 lines
159 B
JSON

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