Files
eabf2380-3622-432a-bb52-3f6…/vercel.json
2026-06-15 12:21:22 +00:00

10 lines
159 B
JSON

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