Files
f4f555ab-8868-4301-b3ca-cff…/vercel.json
2026-07-01 02:08:37 +00:00

10 lines
159 B
JSON

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