mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-03-13 10:30:18 +08:00
13 lines
285 B
JSON
13 lines
285 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"framework": "hono",
|
|
"buildCommand": "pnpm run build:vercel",
|
|
"outputDirectory": "dist",
|
|
"rewrites": [
|
|
{
|
|
"source": "/favicon.ico",
|
|
"destination": "/favicon.png"
|
|
}
|
|
]
|
|
}
|