Files
72d961fd-83fd-4864-8bd9-551…/vercel.json
2026-06-14 05:40:41 +00:00

10 lines
159 B
JSON

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