FediGONE/vercel.json

4 lines
127 B
JSON

{
"buildCommand": "bun run quick-build-with-bun",
"rewrites": [{ "source": "/.*", "destination": "/dist", "status": 410 }]
}