diff --git a/vercel.json b/vercel.json index 257cf83e43..4b5f47c0d0 100644 --- a/vercel.json +++ b/vercel.json @@ -2,5 +2,11 @@ "$schema": "https://openapi.vercel.sh/vercel.json", "framework": "hono", "buildCommand": "pnpm run build:vercel", - "outputDirectory": "dist" + "outputDirectory": "dist", + "rewrites": [ + { + "source": "/favicon.ico", + "destination": "/favicon.png" + } + ] }