Files
640c9124-de10-4ec1-91ae-e5b…/vercel.json
2026-06-14 01:34:34 +00:00

10 lines
159 B
JSON

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