[docs] Fixup home link. (#24068)
This commit is contained in:
parent
38f07e1fd2
commit
300505bd9e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ export default defineConfig(({ mode }) => {
|
|||
},
|
||||
title: 'QMK Firmware',
|
||||
|
||||
nav: [{ text: "Home", link: "./" }],
|
||||
nav: [{ text: "Home", link: "/" }],
|
||||
|
||||
search: {
|
||||
provider: "local",
|
||||
|
|
Loading…
Reference in a new issue