feat: Add dark mode logo support and update social preview image
This commit is contained in:
@@ -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: [
|
||||
{
|
||||
|
Reference in New Issue
Block a user