Files
4774ca8d-5e6c-4e90-9730-8bb…/vercel.json
2026-06-22 05:42:38 +00:00

10 lines
159 B
JSON

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