From 2f617b7f0ef2a5c0cd2d2f85df929d017e036b6a Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Tue, 22 Apr 2025 02:10:18 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=AD=E8=8B=B1=E6=96=87=E9=9A=94?= =?UTF-8?q?=E7=A6=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config.mts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 47d9295c16..3c2a48f3da 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -92,14 +92,14 @@ export default defineConfig({ }, nav: [ { text: 'One Click Virtualization', link: '/en/', activeMatch: '^/en/guide/' }, - { text: 'Other Virtualization Items', link: '/incomplete/index', activeMatch: '^/incomplete/' }, + { text: 'Other Virtualization Items', link: '/incomplete/index', activeMatch: '^/en/incomplete/' }, { text: 'VPS Stock Monitor', link: 'https://spiders.spiritlhl.net/' }, { text: 'VPS Test Archive', link: 'https://beta.spiritlhl.net/' } ], sidebar: { '/en/': getGuideSidebarEnUS(), '/en/guide/': getGuideSidebarEnUS(), - '/incomplete/': getIncompleteSidebarEnUS(), + '/en/incomplete/': getIncompleteSidebarEnUS(), }, }, },