|
|
|
@ -28,7 +28,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:url" content={ siteConfig.url } /> |
|
|
|
|
<meta property="og:url" content={ siteConfig.url.web } /> |
|
|
|
|
<meta property="og:type" content="website" /> |
|
|
|
|
<meta property="article:publisher" content={ `https://facebook.com/${siteConfig.facebook}` } /> |
|
|
|
|
<meta property="og:site_name" content={ siteConfig.name } /> |
|
|
|
|