mirror of
https://github.com/mavlink/mavlink-devguide.git
synced 2026-06-19 07:36:26 +00:00
Fix up logo for dark/light mode (#574)
This commit is contained in:
@@ -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"),
|
||||
|
||||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
Reference in New Issue
Block a user