Skip to content

Commit 2b2d866

Browse files
selbekkTimer
authored andcommitted
Update favicon and OpenGraph images (#5244)
Borrowed these from the reactjs/reactjs.org repo on GitHub: - https://github.com/reactjs/reactjs.org/blob/master/static/logo-og.png - https://github.com/reactjs/reactjs.org/blob/master/static/favicon.ico
1 parent d624f25 commit 2b2d866

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

website/siteConfig.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const siteConfig = {
3434
/* path to images for header/footer */
3535
headerIcon: 'img/docusaurus.svg',
3636
footerIcon: 'img/docusaurus.svg',
37-
favicon: 'img/favicon.png',
37+
favicon: 'img/favicon/favicon.ico',
3838

3939
/* Colors for website */
4040
colors: {
@@ -73,8 +73,8 @@ const siteConfig = {
7373
cleanUrl: true,
7474

7575
// Open Graph and Twitter card images.
76-
ogImage: 'img/docusaurus.png',
77-
twitterImage: 'img/docusaurus.png',
76+
ogImage: 'img/logo-og.png',
77+
twitterImage: 'img/logo-og.png',
7878

7979
// You may provide arbitrary config keys to be used as needed by your
8080
// template. For example, if you need your repo's URL...

website/static/img/favicon.png

-984 Bytes
Binary file not shown.
14.8 KB
Binary file not shown.

website/static/img/logo-og.png

10.5 KB
Loading

0 commit comments

Comments
 (0)