Skip to content

Commit

Permalink
update og:url tag
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahMaizels committed Feb 8, 2024
1 parent 2a00125 commit 4ebe468
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/bee/installation/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import TabItem from '@theme/TabItem';
<meta property="og:title" content="Home of the official Bee client docs" />
<meta property="og:description" content="How to operate and manage a Bee client for the Swarm network" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://tranquil-brioche-5442ce.netlify.app/" />
<meta property="og:url" content="https://test-twitter-preview-testing-2.netlify.app/docs/bee/installation/install" />
</head>


Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function Home() {
<meta property="og:image:alt" content="Front page of the Bee client docs site" />
<meta property="og:title" content="Home of the official Bee client docs" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://tranquil-brioche-5442ce.netlify.app/"/>
<meta property="og:url" content="https://test-twitter-preview-testing-2.netlify.app/"/>
<meta property="og:description" content="How to operate and manage a Bee client for the Swarm network" />
<meta name="twitter:image" content="https://raw.githubusercontent.com/ethersphere/bee-docs/set-meta-tags/static/img/preview-image.png" />
<meta name="twitter:card" content="summary_large_image" />
Expand Down

0 comments on commit 4ebe468

Please sign in to comment.