Prefer opengraph image, fall back to Standard Site coverImage (#10694)

This commit is contained in:
Eric Bailey
2026-06-02 15:07:14 -05:00
committed by GitHub
parent 56496520d6
commit b87a51b485
2 changed files with 6 additions and 1 deletions
+2 -1
View File
@@ -98,7 +98,8 @@ export const ExternalEmbedLink = ({
uri,
description:
data.view?.external?.description || data.description,
thumb: data.view?.external?.thumb || data.thumb?.source.path,
// prefer opengraph data to atproto record-derived image
thumb: data.thumb?.source.path || data.view?.external?.thumb,
}}
/>
)