Files
a1c6cc4b-3b3c-47fc-9b2a-13f…/vercel.json
2026-06-14 05:43:22 +00:00

10 lines
159 B
JSON

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