Browse Source

[docs] Fixup home link. (#24068)

Nick Brassel 2 years ago
parent
commit
300505bd9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      builddefs/docsgen/.vitepress/config.mts

+ 1 - 1
builddefs/docsgen/.vitepress/config.mts

@@ -33,7 +33,7 @@ export default defineConfig(({ mode }) => {
             },
             title: 'QMK Firmware',
 
-            nav: [{ text: "Home", link: "./" }],
+            nav: [{ text: "Home", link: "/" }],
 
             search: {
                 provider: "local",