diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 1c6d314..cc65c0e 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -34,7 +34,14 @@ export default withMermaid({ mapAuthors: contributors }), GitChangelogMarkdownSection({ - excludes: ['preview/contributors.md', 'index.md', 'zh/index.md', 'ja/index.md'] + excludes: [ + 'preview/contributors.md', + 'zh/preview/contributors.md', + 'ja/preview/contributors.md', + 'index.md', + 'zh/index.md', + 'ja/index.md' + ] }), ThumbnailHashImages(), ], diff --git a/.vitepress/theme/components/Comments/index.vue b/.vitepress/theme/components/Comments/index.vue index a5b376d..053dae6 100644 --- a/.vitepress/theme/components/Comments/index.vue +++ b/.vitepress/theme/components/Comments/index.vue @@ -1,7 +1,7 @@