Files
ec3206f5-aac5-4d29-a60b-e41…/vercel.json
2026-06-22 02:54:47 +00:00

10 lines
159 B
JSON

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