We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2370b07 commit 1ee16e9Copy full SHA for 1ee16e9
1 file changed
.vitepress/config.mjs
@@ -16,9 +16,8 @@ export default withMermaid(
16
// Custom domain - no base path needed
17
base: "/",
18
19
- // Exclude ALL READMEs to strictly avoid duplicate page conflicts
20
- // We already updated navigation to point to specific files instead of folder roots
21
- srcExclude: ["**/README.md", "**/CONTRIBUTING.md"],
+ // Exclude root README.md only (inner folder READMEs are section overviews)
+ srcExclude: ["README.md", "CONTRIBUTING.md"],
22
23
// Clean URLs
24
cleanUrls: true,
0 commit comments