feat: Update social preview image for light backgrounds and logo config

This commit is contained in:
mik-tf
2025-10-16 19:49:56 -04:00
parent e61cfca1b8
commit 73eaa1f521
2 changed files with 3 additions and 3 deletions

View File

@@ -72,13 +72,13 @@ const config = {
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
// Social media preview image
image: 'img/new_logo_tft.png',
// Social media preview image (for light backgrounds)
image: 'img/new_logo_tft_light.png',
navbar: {
title: '',
logo: {
alt: 'ThreeFold Logo',
srcDark: 'img/new_logo_tft_dark.png',
src: 'img/new_logo_tft.png',
},
items: [
{

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB