Prefer opengraph image, fall back to Standard Site coverImage (#10694)
This commit is contained in:
@@ -246,6 +246,10 @@ async function resolveExternal(
|
||||
title: result.title ?? '',
|
||||
description: result.description ?? '',
|
||||
thumb: result.image ? await imageToThumb(result.image) : undefined,
|
||||
/*
|
||||
* New fields from Standard Site integration. Other fields are derived from
|
||||
* opengraph/oembed as before.
|
||||
*/
|
||||
associatedRefs: result.associatedRefs,
|
||||
view: result.view,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user