diff --git a/functions/src/content.ts b/functions/src/content.ts index f570bc4..8960128 100644 --- a/functions/src/content.ts +++ b/functions/src/content.ts @@ -176,7 +176,8 @@ export class Content { "sonarcloud.io", "codecov.io", "release-notes.com", - /github\.com\/.*\/workflows\/.*\.svg/ + /github\.com\/.*\/workflows\/.*\.svg/, + "awesome.re" ]; const isBadge = badgePatterns.some(pattern => {