Skip to content

Commit

Permalink
experimenting with different ways of adding meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahMaizels committed Feb 7, 2024
1 parent 8e0222c commit d36479e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@ module.exports = {
themes: ['@docusaurus/theme-mermaid'],
themeConfig: {
// Declare some <meta> tags
image: '/img/preview-image.png',
image: '/img/https://raw.githubusercontent.com/ethersphere/bee-docs/master/static/img/etherjot1.png',
metadata: [
{name: 'keywords', content: 'web3, gnosis, blockchain, storage'},
{name: 'og:image', content: '/img/preview-image.png'},
{name: 'og:image', content: 'https://raw.githubusercontent.com/ethersphere/bee-docs/master/static/img/etherjot1.png'},
{name: 'og:type', content: 'website'},
{name: 'twitter:image', content: '/img/preview-image.png'},
{name: 'twitter:image', content: 'https://raw.githubusercontent.com/ethersphere/bee-docs/master/static/img/etherjot1.png'},
{property:'og:title', content:'Swarm Bee official documentation'},
{property:'og:description', content:'The home of the official documentation for the Bee node client from Swarm'},
{property:'og:image', content:'/img/preview-image.png'},
{property:'og:image', content:'https://raw.githubusercontent.com/ethersphere/bee-docs/master/static/img/etherjot1.png'},


],
Expand Down

0 comments on commit d36479e

Please sign in to comment.