Skip to content

Commit 8cdfaed

Browse files
authored
Add balsam, hinoki, and yew evergreen tree names (#57371)
1 parent c9a59e2 commit 8cdfaed

File tree

5 files changed

+6
-0
lines changed

5 files changed

+6
-0
lines changed
89.3 KB
Loading
119 KB
Loading
196 KB
Loading

src/assets/scripts/find-orphaned-assets.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,21 @@ const EXCEPTIONS = new Set([
2828
'assets/images/site/apple-touch-icon-60x60.png',
2929
'assets/images/site/apple-touch-icon-72x72.png',
3030
'assets/images/site/apple-touch-icon-76x76.png',
31+
'assets/images/site/evergreens/balsam.png',
3132
'assets/images/site/evergreens/boxwood.png',
3233
'assets/images/site/evergreens/cedar.png',
3334
'assets/images/site/evergreens/cypress.png',
3435
'assets/images/site/evergreens/fir.png',
3536
'assets/images/site/evergreens/hemlock.png',
37+
'assets/images/site/evergreens/hinoki.png',
3638
'assets/images/site/evergreens/holly.png',
3739
'assets/images/site/evergreens/juniper.png',
3840
'assets/images/site/evergreens/laurel.png',
3941
'assets/images/site/evergreens/pine.png',
4042
'assets/images/site/evergreens/redwood.png',
4143
'assets/images/site/evergreens/sequoia.png',
4244
'assets/images/site/evergreens/spruce.png',
45+
'assets/images/site/evergreens/yew.png',
4346
'assets/images/social-cards/actions.png',
4447
'assets/images/social-cards/copilot.png',
4548
'assets/images/social-cards/default.png',

src/frame/pages/app.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,21 @@ type MyAppProps = AppProps & {
2626
}
2727

2828
const stagingNames = new Set([
29+
'balsam',
2930
'boxwood',
3031
'cedar',
3132
'cypress',
3233
'fir',
3334
'hemlock',
35+
'hinoki',
3436
'holly',
3537
'juniper',
3638
'laurel',
3739
'pine',
3840
'redwood',
3941
'sequoia',
4042
'spruce',
43+
'yew',
4144
])
4245

4346
function getFaviconHref(stagingName?: string) {

0 commit comments

Comments
 (0)