Skip to content

Commit

Permalink
added navbar logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Egge21M committed Dec 10, 2024
1 parent 4bb8654 commit b72d931
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ const config: Config = {
label: "Docs",
},
],
logo: {
alt: "Site Logo",
src: "img/tslogo.png",
target: "_self",
width: 32,
height: 32,
className: "custom-navbar-logo-class",
},
},
announcementBar: {
id: "wip",
Expand Down

0 comments on commit b72d931

Please sign in to comment.