fix(bsky): use avatar for image (#17381)

This commit is contained in:
Stephen Zhou 2024-10-31 12:59:21 +08:00 committed by GitHub
parent cc55dbf85b
commit 7ff06d22eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ async function handler(ctx) {
title: `${profile.displayName} (@${profile.handle}) — Bluesky`,
description: profile.description?.replaceAll('\n', ' '),
link: `https://bsky.app/profile/${profile.handle}`,
image: profile.banner,
image: profile.avatar,
icon: profile.avatar,
logo: profile.avatar,
item: items,