Files
a1d9bd58-b6b7-4ef7-bc77-6ee…/vercel.json
2026-06-14 16:07:13 +00:00

10 lines
159 B
JSON

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