Skip to content

Commit a39fb21

Browse files
committed
Update HeadMatter.js
1 parent ca74365 commit a39fb21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/HeadMatter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const HeadMatter = ({
4545
<meta property="og:type" content={ogType || 'website'} />
4646
<meta property="og:title" content={title} />
4747
<meta property="og:description" content={shortDescription} />
48-
{img && <meta property="og:image" content={imgUrl} />}
48+
{imgUrl && <meta property="og:image" content={imgUrl} />}
4949
</Helmet>
5050
);
5151
};

0 commit comments

Comments
 (0)