Files
b1e9dc56-ec1d-4eb4-a411-786…/vercel.json
2026-06-21 09:00:28 +00:00

10 lines
159 B
JSON

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