Merge pull request 'Make image smaller with description' (!57) from main_open_graph into main

Reviewed-on: tfgrid/info_docs_tfgrid4#57
This commit is contained in:
mik-tf 2025-01-15 14:16:22 +00:00
commit 148aafdacf
2 changed files with 6 additions and 0 deletions

View File

@ -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: {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB