Files
RSSHub/vercel.json
T
Tony d0c386f9a6 chore: unpin jsdom (#21505)
* fix(server): update export syntax for app-bootstrap import

* chore(deps): upgrade jsdom to version 29.0.1 and related type definitions

* chore(vercel): remove unused functions configuration from vercel.json

* chore: add vercel cli

* fix: cleanup

* chore: unpin jsdom
2026-03-25 23:16:40 +08:00

15 lines
285 B
JSON

{
"$schema": "https://openapi.vercel.sh/vercel.json",
"framework": "hono",
"outputDirectory": "src",
"rewrites": [
{
"source": "/favicon.ico",
"destination": "/favicon.png"
}
],
"github": {
"silent": true
}
}