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

Add balsam, hinoki, and yew evergreen tree names (#57371)

This commit is contained in:
Kevin Heis
2025-09-02 14:45:09 -07:00
committed by GitHub
parent c9a59e229d
commit 8cdfaed693
5 changed files with 6 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 KiB

View File

@@ -28,11 +28,13 @@ const EXCEPTIONS = new Set([
'assets/images/site/apple-touch-icon-60x60.png',
'assets/images/site/apple-touch-icon-72x72.png',
'assets/images/site/apple-touch-icon-76x76.png',
'assets/images/site/evergreens/balsam.png',
'assets/images/site/evergreens/boxwood.png',
'assets/images/site/evergreens/cedar.png',
'assets/images/site/evergreens/cypress.png',
'assets/images/site/evergreens/fir.png',
'assets/images/site/evergreens/hemlock.png',
'assets/images/site/evergreens/hinoki.png',
'assets/images/site/evergreens/holly.png',
'assets/images/site/evergreens/juniper.png',
'assets/images/site/evergreens/laurel.png',
@@ -40,6 +42,7 @@ const EXCEPTIONS = new Set([
'assets/images/site/evergreens/redwood.png',
'assets/images/site/evergreens/sequoia.png',
'assets/images/site/evergreens/spruce.png',
'assets/images/site/evergreens/yew.png',
'assets/images/social-cards/actions.png',
'assets/images/social-cards/copilot.png',
'assets/images/social-cards/default.png',

View File

@@ -26,11 +26,13 @@ type MyAppProps = AppProps & {
}
const stagingNames = new Set([
'balsam',
'boxwood',
'cedar',
'cypress',
'fir',
'hemlock',
'hinoki',
'holly',
'juniper',
'laurel',
@@ -38,6 +40,7 @@ const stagingNames = new Set([
'redwood',
'sequoia',
'spruce',
'yew',
])
function getFaviconHref(stagingName?: string) {