Files
d5009504-22fa-4570-bd37-ad0…/vercel.json
2026-06-14 06:40:49 +00:00

10 lines
159 B
JSON

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