Skip to content

Commit

Permalink
Add in social image
Browse files Browse the repository at this point in the history
  • Loading branch information
timkim committed Jul 20, 2023
1 parent 115879c commit 85f2c90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gatsby-theme-aio/src/components/SEO/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const SEO = ({ title, description, keywords }) => (
{title && <title>{title}</title>}
{description && <meta name="description" content={description} />}
{keywords && <meta name="keywords" content={keywords.join(', ')} />}
<meta property="og:image" content="https://developer.adobe.com/shared/images/adobe-social-share.png" />
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1" />
<link rel="icon" href="https://www.adobe.com/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="https://www.adobe.com/favicon.ico" type="image/x-icon" />
Expand Down

0 comments on commit 85f2c90

Please sign in to comment.