We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca74365 commit a39fb21Copy full SHA for a39fb21
src/components/HeadMatter.js
@@ -45,7 +45,7 @@ export const HeadMatter = ({
45
<meta property="og:type" content={ogType || 'website'} />
46
<meta property="og:title" content={title} />
47
<meta property="og:description" content={shortDescription} />
48
- {img && <meta property="og:image" content={imgUrl} />}
+ {imgUrl && <meta property="og:image" content={imgUrl} />}
49
</Helmet>
50
);
51
};
0 commit comments