Files
RSSHub/vercel.json
2025-12-08 00:21:14 +08:00

17 lines
358 B
JSON

{
"$schema": "https://openapi.vercel.sh/vercel.json",
"framework": "hono",
"outputDirectory": "src",
"functions": {
"src/server.mjs": {
"includeFiles": "./src/templates/**/*.art"
}
},
"rewrites": [
{
"source": "/favicon.ico",
"destination": "/favicon.png"
}
]
}