fix(bsky): use avatar for image (#17381)
This commit is contained in:
parent
cc55dbf85b
commit
7ff06d22eb
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue