RSSHub/vercel.json

6 lines
122 B
JSON

{
"framework": "hono",
"github": { "silent": true },
"routes": [{ "src": "/.*", "dest": "/api/vercel.ts" }]
}