RSSHub/vercel.json

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
}
}