Skip to content

Commit

Permalink
fix docs opengraph tags
Browse files Browse the repository at this point in the history
  • Loading branch information
thatmattlove committed May 29, 2024
1 parent 556dccf commit 74a6ee3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,10 @@ const config: DocsThemeConfig = {
<meta property="og:title" content={title} />
<meta property="og:description" content={description} />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://hyperglass.dev/opengraph.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="hyperglass.dev" />
<meta property="twitter:url" content="https://hyperglass.dev" />
<meta name="twitter:domain" content="hyperglass.dev" />
<meta name="twitter:url" content="https://hyperglass.dev" />
<meta name="twitter:title" content={title} />
<meta name="twitter:description" content={description} />
<meta name="twitter:image" content="https://hyperglass.dev/opengraph.jpg" />
Expand Down

0 comments on commit 74a6ee3

Please sign in to comment.