File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export default function MetaTags({
24
24
< meta property = "description" content = { description } />
25
25
26
26
{ /* Twitter cards. */ }
27
- < meta name = "twitter:card" content = "summary " />
27
+ < meta name = "twitter:card" content = "summary_large_image " />
28
28
< meta name = "twitter:title" content = { socTitle } />
29
29
< meta name = "twitter:description" content = { socDesc } />
30
30
< meta name = "twitter:image" content = { image } />
@@ -36,11 +36,8 @@ export default function MetaTags({
36
36
37
37
{ /* Open Graph data. */ }
38
38
< meta property = "og:title" content = { socialTitle } />
39
- < meta property = "og:type" content = "article" />
40
39
< meta property = "og:image" content = { image } />
41
40
< meta property = "og:image:alt" content = { socialTitle } />
42
- < meta property = "og:image:width" content = "640" />
43
- < meta property = "og:image:height" content = "480" />
44
41
< meta property = "og:description" content = { socialDescription } />
45
42
{
46
43
siteName ? ( < meta property = "og:sitename" content = { siteName } /> ) : null
You can’t perform that action at this time.
0 commit comments