qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit 300505bd9eab51585e36e82a1f3f58e9dbd76d0e
parent 38f07e1fd27b40c3a66707b2e1478832a4f927cb
Author: Nick Brassel <nick@tzarc.org>
Date:   Sat,  6 Jul 2024 16:08:55 +1000

[docs] Fixup home link. (#24068)


Diffstat:
Mbuilddefs/docsgen/.vitepress/config.mts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builddefs/docsgen/.vitepress/config.mts b/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",