Files
d9ebbc60-ce4e-4b74-b693-bb2…/vercel.json
2026-06-17 00:09:41 +00:00

10 lines
159 B
JSON

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