[docs] Better logo SVG (#23828)
This commit is contained in:
parent
b39285807e
commit
8b84fa6b50
4 changed files with 31 additions and 15 deletions
|
@ -28,10 +28,10 @@ export default defineConfig(({ mode }) => {
|
|||
themeConfig: {
|
||||
// https://vitepress.dev/reference/default-theme-config
|
||||
logo: {
|
||||
light: "/badge-community-light.svg",
|
||||
dark: "/badge-community-dark.svg",
|
||||
light: "/qmk-logo-light.svg",
|
||||
dark: "/qmk-logo-dark.svg",
|
||||
},
|
||||
siteTitle: false,
|
||||
title: 'QMK Firmware',
|
||||
|
||||
nav: [{ text: "Home", link: "./" }],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue