Files
cc710b4c-9dee-41fa-9003-1d3…/vercel.json
2026-06-14 05:36:21 +00:00

10 lines
159 B
JSON

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