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: themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */ /** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({ ({
// Social media preview image // Social media preview image (for light backgrounds)
image: 'img/new_logo_tft.png', image: 'img/new_logo_tft_light.png',
navbar: { navbar: {
title: '', title: '',
logo: { logo: {
alt: 'ThreeFold Logo', alt: 'ThreeFold Logo',
srcDark: 'img/new_logo_tft_dark.png', src: 'img/new_logo_tft.png',
}, },
items: [ items: [
{ {

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB