Skip to content

Commit

Permalink
Update gatsby-browser.js
Browse files Browse the repository at this point in the history
  • Loading branch information
luciobenini committed May 28, 2022
1 parent d711124 commit 183ffe5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/gatsby-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,13 @@ export function wrapPageElement(
key="html-description"
/>
)}
{image && <meta name="image" content={image} key="html-image" />}
{image && (
<meta
name="image"
content={withUrl(image, siteUrl)}
key="html-image"
/>
)}
{facebook.app && (
<meta property="fb:app_id" content={facebook.app} key="fb-app-id" />
)}
Expand Down

0 comments on commit 183ffe5

Please sign in to comment.