Skip to content

Commit

Permalink
fix logo path
Browse files Browse the repository at this point in the history
  • Loading branch information
esimkowitz committed Sep 12, 2024
1 parent 4503b44 commit 086e5b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Config } from "@docusaurus/types";
const config: Config = {
title: "Wave Terminal Documentation",
tagline: "Wavy Wavy Wavy",
favicon: "img/wave-logo_appicon.svg",
favicon: "img/logo/wave-logo_appicon.svg",

// Set the production url of your site here
url: "https://wavetermdev.github.io/",
Expand Down Expand Up @@ -52,8 +52,8 @@ const config: Config = {
},
navbar: {
logo: {
src: "img/wave-light.png",
srcDark: "img/wave-dark.png",
src: "img/logo/wave-light.png",
srcDark: "img/logo/wave-dark.png",
href: "https://waveterm.dev/",
height: "32px",
},
Expand Down

0 comments on commit 086e5b4

Please sign in to comment.