From 497a782f1769a96aac9062208a486d71e9737fb5 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Thu, 30 Oct 2025 17:30:13 -0400 Subject: [PATCH] docs: fix link typo for configuration --- docs/.vitepress/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 43f5646..d9b508f 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -25,7 +25,7 @@ export default defineConfig({ { text: 'Docker', link: '/install/docker' }, ], }, - { text: 'Configuration', link: '/Configuration' }, + { text: 'Configuration', link: '/configuration' }, { text: 'Nix', link: '/Nix' }, { text: 'NixOS', link: '/NixOS-options' }, {