Skip to content

Commit 1d3c7c7

Browse files
committed
fix social share for Contentful routes
1 parent a2f6055 commit 1d3c7c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/components/Contentful/Route.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function ChildRoutesLoader(props) {
4747
<React.Fragment>
4848
<MetaTags
4949
description={fields.description}
50-
image={fields.thumbnail}
50+
image={fields.socialThumbnail}
5151
siteName={fields.socialSiteName}
5252
socialDescription={fields.socialDescription}
5353
socialTitle={fields.socialTitle}

0 commit comments

Comments
 (0)