Skip to content

Commit

Permalink
add og-image
Browse files Browse the repository at this point in the history
  • Loading branch information
sragabor committed Jul 28, 2022
1 parent 816cd1b commit 86cbe1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/seo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const SEO = ({ title, description, pathname, children }) => {
<meta name="twitter:description" content={seo.description} />
<meta name="twitter:image" content={seo.image} />
<meta name="twitter:creator" content={seo.twitterUsername} />

{children}
</>
)
Expand Down

0 comments on commit 86cbe1d

Please sign in to comment.