Files
ddae81d4-e7a0-4e17-bc66-633…/vercel.json
2026-06-22 00:54:36 +00:00

10 lines
159 B
JSON

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