diff --git a/docusaurus.config.ts b/docusaurus.config.ts index f507d93..7b150d6 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -70,6 +70,12 @@ const config: Config = { respectPrefersColorScheme: false, }, image: 'img/tf_graph.png', + metadata: [ + { name: 'description', content: 'ThreeFold is laying the foundation for Web4, the next generation of the Internet.' }, + { property: 'og:image', content: 'https://docs.threefold.io/img/tf_graph.png' }, + { property: 'og:description', content: 'ThreeFold is laying the foundation for Web4, the next generation of the Internet.' }, + { property: 'og:title', content: 'Introduction | ThreeFold Docs' }, + ], navbar: { title: '', logo: { diff --git a/static/img/tf_graph.png b/static/img/tf_graph.png index 118b8e3..0640dca 100644 Binary files a/static/img/tf_graph.png and b/static/img/tf_graph.png differ