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:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
// Replace with your project's social card
// Social media preview image
image: 'img/new_logo_tft.png',
navbar: {
title: '',
logo: {
alt: 'ThreeFold Logo',
src: 'img/new_logo_tft.png',
srcDark: 'img/new_logo_tft_dark.png',
},
items: [
{