Firefish/vercel.json

4 lines
101 B
JSON

{
"buildCommand": "bun run quick-build-with-bun",
"routes": [{ "src": "dist/*", "status": 410 }]
}