qmk_firmware

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

commit 1c02c3dfaddc3b781d49d4bd44303734c2ebf51a
parent e4dfbb075e13f79f6a18cfa9f210016fb66dffef
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",