38elements
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/components/TitleAndMetaTags/TitleAndMetaTags.js
|
|
@ -51,7 +51,7 @@ const TitleAndMetaTags = ({title, ogDescription, canonicalUrl}: Props) => { |
|
|
|
<meta property="og:title" content={title} /> |
|
|
|
<meta property="og:type" content="website" /> |
|
|
|
{canonicalUrl && <meta property="og:url" content={canonicalUrl} />} |
|
|
|
<meta property="og:image" content="/logo-og.png" /> |
|
|
|
<meta property="og:image" content="https://reactjs.org/logo-og.png" /> |
|
|
|
<meta |
|
|
|
property="og:description" |
|
|
|
content={ogDescription || defaultDescription} |
|
|
|