logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
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.mts2+-
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",