Skip to content

Commit

Permalink
fix(theme): 🐛 wrong inclcude
Browse files Browse the repository at this point in the history
  • Loading branch information
BeiyanYunyi committed Sep 25, 2024
1 parent c3b826c commit 36337ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const themeConfig: ThemeContext = {
include: ['campus', 'contributor-guide', 'fashion'],
nav,
sidebarOptions,
enableChangeLog: false,
// enableChangeLog: false,
enableSuggestionBox: false,
}

Expand Down
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ function genConfig() {
plugins: [
GitChangelog({
repoURL: githubRepoLink,
include: enableChangeLog ? ['** /*.md', '!node_modules'] : [],
include: enableChangeLog ? ['**/*.md', '!node_modules'] : [],
}),
// GitChangelogMarkdownSection({
// sections: {
Expand Down

0 comments on commit 36337ec

Please sign in to comment.