Skip to content

Commit

Permalink
adds twitter card thing
Browse files Browse the repository at this point in the history
  • Loading branch information
FlacoJones committed Aug 3, 2023
1 parent e09852b commit 43f8e55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/blog/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const Blog = ({ latestBlogPosts }) => {
return (
<>
<Head>
<meta property='twitter:card' content='summary_large_image' />
<meta property='og:image' content={'/landingpage/home/blog-image.png'} />
<meta property='twitter:image' content={'/landingpage/home/blog-image.png'} />
</Head>
Expand Down

0 comments on commit 43f8e55

Please sign in to comment.