Files
d3f476f1-90ef-46b9-976b-031…/vercel.json
2026-06-14 04:47:16 +00:00

10 lines
159 B
JSON

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