Files
ff1fc61a-336a-46d0-b701-7f2…/vercel.json
2026-06-14 03:50:50 +00:00

10 lines
159 B
JSON

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