Skip to content

Commit

Permalink
change meta tags on /install page
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahMaizels committed Feb 8, 2024
1 parent a42f26d commit 2a00125
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/bee/installation/install.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Install Bee
id: install
img: img/preview-img.png
---

import Tabs from '@theme/Tabs';
Expand All @@ -12,13 +11,14 @@ import TabItem from '@theme/TabItem';
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://raw.githubusercontent.com/ethersphere/bee-docs/set-meta-tags/static/img/preview-image.png" />
<meta property="og:image" content="https://raw.githubusercontent.com/ethersphere/bee-docs/set-meta-tags/static/img/preview-image.png" />
<meta property="og:url " content="https://tranquil-brioche-5442ce.netlify.app/" />
<meta property="og:image:alt" content="Front page of the Bee client docs site" />
<meta property="og:title" content="Swarm Bee official documentation" />
<meta property="og:description" content="The home of the official documentation for the Bee node client from Swarm" />
<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/" />
</head>


It is easy to set up a Bee light node on small and inexpensive computers, such as a Raspberry Pi 4, spare hardware you have lying around, or even a cheap cloud hosted VPS (we recommend small, independent providers and colocations). When running a full node however, it's important to meet the minimum required specifications.

## Recommended Hardware Specifications
Expand Down

0 comments on commit 2a00125

Please sign in to comment.