Skip to content

Commit a583452

Browse files
committed
fix(docs): exclude CLAUDE.md files from VitePress build
- add srcExclude: ['**/CLAUDE.md'] to prevent dead link errors - CLAUDE.md files are AI context docs, not user-facing pages
1 parent 856900f commit a583452

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export default withPwa(
2020
description: SITE_DESC,
2121
lastUpdated: true,
2222
cleanUrls: true,
23+
srcExclude: ["**/CLAUDE.md"],
2324
rewrites: {
2425
"zh-CN/:path": ":path",
2526
},

0 commit comments

Comments
 (0)