feat: Add dark mode logo support and update social preview image

This commit is contained in:
mik-tf
2025-10-16 19:34:44 -04:00
parent 1c76a84c6f
commit e61cfca1b8

View File

@@ -72,13 +72,13 @@ const config = {
themeConfig: themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */ /** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({ ({
// Replace with your project's social card // Social media preview image
image: 'img/new_logo_tft.png', image: 'img/new_logo_tft.png',
navbar: { navbar: {
title: '', title: '',
logo: { logo: {
alt: 'ThreeFold Logo', alt: 'ThreeFold Logo',
src: 'img/new_logo_tft.png', srcDark: 'img/new_logo_tft_dark.png',
}, },
items: [ items: [
{ {