Skip to content

Commit

Permalink
Add og:type
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed May 9, 2022
1 parent 5649624 commit 4ae2da5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ function Layout(props) {
<meta name="og:description" content={DESCRIPTION} />
<meta name="og:image" content="https://wintercg.org/static/cover.png" />
<meta name="og:url" content="https://wintercg.org" />
<meta name="og:type" content="website" />
</Helmet>
<div class="mx-auto px-4 py-8 max-w-screen-md">
{props.children}
Expand Down

0 comments on commit 4ae2da5

Please sign in to comment.