Skip to content

Commit d7d300f

Browse files
authored
chore(banners): use absolute path for image (#4762)
1 parent 91e8c9d commit d7d300f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

locale/en/site.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
"startDate": "2022-07-29T16:00:00.000Z",
163163
"endDate": "2022-08-11T16:00:00.000Z",
164164
"text": null,
165-
"html": "<img alt='Grace Hopper Celebration' src='/static/images/ghc-banner.png' />",
165+
"html": "<img alt='Grace Hopper Celebration' src='https://nodejs.org/static/images/ghc-banner.png' />",
166166
"link": "https://anitab-org.github.io/open-source-day/open-source-day/"
167167
},
168168
"blacklivesmatter": {

0 commit comments

Comments
 (0)