Files
0cab1419-5cf5-4558-95c0-5cf…/vercel.json
2026-07-02 06:44:02 +00:00

10 lines
159 B
JSON

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