Files
b2d89f43-c570-49ff-ab9e-f1c…/vercel.json
2026-06-22 06:18:03 +00:00

10 lines
159 B
JSON

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