Files
1d0216b9-30f0-483b-ad5e-5d1…/vercel.json
2026-06-16 02:31:29 +00:00

10 lines
159 B
JSON

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