We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 856900f commit a583452Copy full SHA for a583452
1 file changed
docs/.vitepress/config.mts
@@ -20,6 +20,7 @@ export default withPwa(
20
description: SITE_DESC,
21
lastUpdated: true,
22
cleanUrls: true,
23
+ srcExclude: ["**/CLAUDE.md"],
24
rewrites: {
25
"zh-CN/:path": ":path",
26
},
0 commit comments