Files
02a39e94-94cd-4227-a28b-abc…/vercel.json
2026-06-18 07:37:23 +00:00

10 lines
159 B
JSON

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