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(