Files
80ce83be-8be8-49da-87ff-c21…/vercel.json
2026-06-22 15:25:40 +00:00

10 lines
159 B
JSON

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