Files
3bb1ea17-5a54-46ba-b8d0-184…/vercel.json
2026-06-15 12:22:40 +00:00

10 lines
159 B
JSON

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