Skip to content

Commit 0d740ec

Browse files
committed
fix
1 parent ca33f0b commit 0d740ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config/shared.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export const shared = defineConfig({
7979

8080
const excludedContributors = [/DerGoogler/i, /dependabot(-preview)?\[bot\]/i, /(weblate(\[bot\])?|WeblateAdmin)/i];
8181

82-
const contributorsExluded = contributors.filter((con) => !excludedContributors.some((exc) => con.match(exc)));
82+
const contributorsExluded = contributors.filter((con) => !excludedContributors.some((exc) => con.login.match(exc)));
8383

8484
return contributorsExluded.map((contributor) => {
8585
return {

0 commit comments

Comments
 (0)