mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
fix: Sidebar config issue
Properly source the sidebar links
This commit is contained in:
parent
2901865e74
commit
b624727012
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ const vitePressOptions = {
|
|||
};
|
||||
|
||||
const vitePressSidebarOptions = {
|
||||
documentRootPath: ".",
|
||||
documentRootPath: "./src",
|
||||
useTitleFromFrontmatter: true,
|
||||
useFolderTitleFromIndexFile: true,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue