Files
b2b5bd2e-20cd-4791-9386-b94…/vercel.json
2026-06-16 07:35:46 +00:00

10 lines
159 B
JSON

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