Make twitter card logo square

This commit is contained in:
Kamran Ahmed
2019-12-03 16:58:58 +04:00
parent e4ca1c9598
commit 2c9eb1f9ee
3 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,7 @@ const Helmet = (props) => (
<meta property="og:title" content={ prepareTitle(props.title) } />
<meta property="og:description" content={ prepareDescription(props.description) } />
<meta property="og:image" content={ siteConfig.logo } />
<meta property="og:image" content={ `${siteConfig.url.web}${siteConfig.logoSquare}` } />
<meta property="og:url" content={ siteConfig.url.web } />
<meta property="og:type" content="website" />
<meta property="article:publisher" content={ `https://facebook.com/${siteConfig.facebook}` } />

BIN
static/brand-square.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -6,6 +6,7 @@
"twitter": "kamranahmedse",
"facebook": "kamranahmedse",
"logo": "/static/brand.png",
"logoSquare": "/static/brand-square.png",
"url": {
"web": "https://roadmap.sh",
"repo": "https://github.com/kamranahmedse/roadmap.sh",