1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Update default social card and re-add social cards (#55230)

This commit is contained in:
Roniece Ricardo
2025-04-09 18:06:19 -04:00
committed by GitHub
parent 5e93036580
commit d31d4f67a5
6 changed files with 5 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 344 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 519 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 KiB

View File

@@ -42,6 +42,11 @@ const EXCEPTIONS = new Set([
'assets/images/site/evergreens/redwood.png', 'assets/images/site/evergreens/redwood.png',
'assets/images/site/evergreens/sequoia.png', 'assets/images/site/evergreens/sequoia.png',
'assets/images/site/evergreens/spruce.png', 'assets/images/site/evergreens/spruce.png',
'assets/images/social-cards/actions.png',
'assets/images/social-cards/copilot.png',
'assets/images/social-cards/default.png',
'assets/images/social-cards/issues.png',
'assets/images/social-cards/code-security.png',
]) ])
function isExceptionPath(imagePath: string) { function isExceptionPath(imagePath: string) {