Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Jul 6, 2023
1 parent 6fb520f commit 41a3c2d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -115,7 +115,7 @@ export const resolveOpenGraph: FieldResolverExtraArgs<
}

const imageMetadataBase = getSocialImageFallbackMetadataBase(metadataBase)
resolved.images = resolveImages(og.images, imageMetadataBase)
target.images = resolveImages(og.images, imageMetadataBase)
}

const resolved = {
Expand Down

0 comments on commit 41a3c2d

Please sign in to comment.