Files
6bad96c0-4047-450c-ad2c-84d…/vercel.json
2026-06-23 07:02:01 +00:00

10 lines
159 B
JSON

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