Skip to content

Commit

Permalink
Fix up logo for dark/light mode (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored Nov 27, 2024
1 parent bc804bb commit 24c28ff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ export default defineConfig({
// https://vitepress.dev/reference/default-theme-config
siteTitle: false,
logo: {
light: "/assets/site/logo_mavlink_header_lightmode.png",
dark: "/assets/site/logo_mavlink_header_darkmode.png",
light: "/site/logo_mavlink_header_lightmode.png",
dark: "/site/logo_mavlink_header_darkmode.png",
alt: "",
},
sidebar: getSidebar.sidebar("en"),
Expand Down

0 comments on commit 24c28ff

Please sign in to comment.