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