Files
54b99e84-5788-405f-993d-aeb…/vercel.json
2026-06-22 02:42:51 +00:00

10 lines
159 B
JSON

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