From 8e0222c2cb9b55d88e646cc05272e30bbccb0841 Mon Sep 17 00:00:00 2001 From: NoahMaizels Date: Wed, 7 Feb 2024 19:58:24 +0700 Subject: [PATCH] experimenting with different ways of adding meta tags --- docusaurus.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 2dc8ce10a..15e4078a3 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -73,10 +73,11 @@ module.exports = { themes: ['@docusaurus/theme-mermaid'], themeConfig: { // Declare some 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'},