Skip to content

Commit d3bf2c8

Browse files
committed
Small update of the previous commit
1 parent 56cb58c commit d3bf2c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/shared/utils/MetaTags.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ export default function MetaTags({
3838
<meta property="og:title" content={socialTitle} />
3939
<meta property="og:type" content="article" />
4040
<meta property="og:image" content={image} />
41+
<meta property="og:image:alt" content={socialTitle} />
42+
<meta property="og:image:width" content="640" />
43+
<meta property="og:image:height" content="480" />
4144
<meta property="og:description" content={socialDescription} />
4245
{
4346
siteName ? (<meta property="og:sitename" content={siteName} />) : null

0 commit comments

Comments
 (0)