fix: Sidebar config issue

Properly source the sidebar links
This commit is contained in:
adithya 2026-02-07 00:31:01 +05:30
parent 2901865e74
commit b624727012

View file

@ -19,7 +19,7 @@ const vitePressOptions = {
}; };
const vitePressSidebarOptions = { const vitePressSidebarOptions = {
documentRootPath: ".", documentRootPath: "./src",
useTitleFromFrontmatter: true, useTitleFromFrontmatter: true,
useFolderTitleFromIndexFile: true, useFolderTitleFromIndexFile: true,
}; };