Make image smaller with description #57

Merged
mik-tf merged 1 commits from main_open_graph into main 2025-01-15 14:16:23 +00:00
2 changed files with 6 additions and 0 deletions

View File

@ -70,6 +70,12 @@ const config: Config = {
respectPrefersColorScheme: false, respectPrefersColorScheme: false,
}, },
image: 'img/tf_graph.png', 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: { navbar: {
title: '', title: '',
logo: { logo: {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB