Files
dd6642e2-08dd-4ed1-af2d-e0c…/vercel.json
2026-06-22 17:18:03 +00:00

10 lines
159 B
JSON

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