Files
94dcff43-75a9-4658-9d3e-80d…/vercel.json
2026-06-14 11:25:41 +00:00

10 lines
159 B
JSON

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