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 e2c5ae8 commit 3ef967e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ module.exports = {
// Declare some <meta> tags
metadata: [
{name: 'keywords', content: 'web3, gnosis, blockchain, storage'},
{name: 'og:image', content: 'img/preview-image.png'},
{name: 'og:image', content: '/img/preview-image.png'},
{name: 'twitter:card', content: 'summary'},
{name: 'twitter:image', content: 'img/preview-image.png'},
{name: 'twitter:image', content: '/img/preview-image.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:'/img/preview-image.png'},


],
Expand Down

0 comments on commit 3ef967e

Please sign in to comment.