Files
4784a635-c58c-49ed-8236-d49…/vercel.json
2026-06-17 00:25:58 +00:00

10 lines
159 B
JSON

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