mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-03-13 10:30:18 +08:00
17 lines
358 B
JSON
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"
|
|
}
|
|
]
|
|
}
|