Files
d00468c6-76c6-4613-a60b-8d0…/vercel.json
2026-06-21 17:48:51 +00:00

10 lines
159 B
JSON

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