Skip to content

Commit a9fb133

Browse files
committed
Yet another update of challenge meta-tags
1 parent e8581d0 commit a9fb133

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/shared/utils/MetaTags.jsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function MetaTags({
2424
<meta property="description" content={description} />
2525

2626
{/* Twitter cards. */}
27-
<meta name="twitter:card" content="summary" />
27+
<meta name="twitter:card" content="summary_large_image" />
2828
<meta name="twitter:title" content={socTitle} />
2929
<meta name="twitter:description" content={socDesc} />
3030
<meta name="twitter:image" content={image} />
@@ -36,11 +36,8 @@ export default function MetaTags({
3636

3737
{/* Open Graph data. */}
3838
<meta property="og:title" content={socialTitle} />
39-
<meta property="og:type" content="article" />
4039
<meta property="og:image" content={image} />
4140
<meta property="og:image:alt" content={socialTitle} />
42-
<meta property="og:image:width" content="640" />
43-
<meta property="og:image:height" content="480" />
4441
<meta property="og:description" content={socialDescription} />
4542
{
4643
siteName ? (<meta property="og:sitename" content={siteName} />) : null

0 commit comments

Comments
 (0)