Files
f1a1b5d2-f1e9-43d1-86a8-b7f…/vercel.json
2026-06-14 03:40:39 +00:00

10 lines
159 B
JSON

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