Skip to content

Commit c450422

Browse files
committed
Align navbar icon with docs.qmk.fm
1 parent 53be704 commit c450422

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

src/.vitepress/config.mts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ export default defineConfig({
1212
head: [['link', { rel: 'icon', href: '/logo.png' }]],
1313

1414
themeConfig: {
15-
logo: '/logo.png',
15+
logo: {
16+
light: "/qmk-logo-light.svg",
17+
dark: "/qmk-logo-dark.svg",
18+
},
1619

1720
sidebar,
1821

src/public/qmk-logo-dark.svg

Lines changed: 14 additions & 0 deletions
Loading

src/public/qmk-logo-light.svg

Lines changed: 14 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)