Files
9d5f5f28-c165-49ca-bcbc-db4…/vercel.json
2026-07-03 13:10:01 +00:00

10 lines
159 B
JSON

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