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 3ef967e commit 8e0222c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,11 @@ module.exports = {
themes: ['@docusaurus/theme-mermaid'],
themeConfig: {
// Declare some <meta> tags
image: '/img/preview-image.png',
metadata: [
{name: 'keywords', content: 'web3, gnosis, blockchain, storage'},
{name: 'og:image', content: '/img/preview-image.png'},
{name: 'twitter:card', content: 'summary'},
{name: 'og:type', content: 'website'},
{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'},
Expand Down

0 comments on commit 8e0222c

Please sign in to comment.