Skip to content

Commit b361ba0

Browse files
authored
Merge pull request linode#55 from alioso/DLC-176
DLC-176 fix logo image for social network posting
2 parents 0a6a6ef + aaa1f6c commit b361ba0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/0_utilities/seo.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function SEO({ description, lang, meta, keywords, title }) {
1010
render={data => {
1111
const metaDescription =
1212
description || data.site.siteMetadata.description;
13-
const metaImage = `https://developers.linode.com/img/linode-logo_standard_light_medium.png`;
13+
const metaImage = `https://developers.linode.com/assets/logo.png`;
1414
const metaUrl = `https://developers.linode.com/`;
1515
return (
1616
<Helmet
@@ -46,7 +46,7 @@ function SEO({ description, lang, meta, keywords, title }) {
4646
},
4747
{
4848
name: `twitter:card`,
49-
content: metaImage
49+
content: "summary"
5050
},
5151
{
5252
name: `twitter:image`,

static/assets/logo.png

45.7 KB
Loading

0 commit comments

Comments
 (0)