Files
afcb9828-5832-479b-ab4e-fe0…/vercel.json
2026-06-20 21:19:43 +00:00

10 lines
159 B
JSON

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