Files
deb455e0-86b7-4348-bd75-2f8…/vercel.json
2026-07-02 23:19:08 +00:00

10 lines
159 B
JSON

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