Files
cbc7f2b8-cf14-4133-9130-0ac…/vercel.json
2026-06-25 07:18:23 +00:00

10 lines
159 B
JSON

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