Files
3c08ea13-260e-4d5f-8cb2-e94…/vercel.json
2026-06-16 15:35:07 +00:00

10 lines
159 B
JSON

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