From ccc152b561fa38c5c05938c62d615c83bb878f13 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Sun, 16 Aug 2026 21:46:39 +0500 Subject: [PATCH] docs(help): fix links ignoring baseUrl on docs index page (#10243) --- docs/help/.vitepress/theme/components/DocsIndex.vue | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/help/.vitepress/theme/components/DocsIndex.vue b/docs/help/.vitepress/theme/components/DocsIndex.vue index 6f4932979..84bcd168e 100644 --- a/docs/help/.vitepress/theme/components/DocsIndex.vue +++ b/docs/help/.vitepress/theme/components/DocsIndex.vue @@ -7,6 +7,7 @@ * built from, so it can never drift from the navigation. */ import { sidebar } from "../../sidebar.mjs"; +import { withBase } from "vitepress"; type Item = { text: string; link?: string; items?: Item[] }; @@ -24,13 +25,19 @@ const pageCount = groups.reduce(