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
This commit is contained in:
Kristofer Selbekk
2018-10-02 16:42:38 +02:00
committed by Joe Haddad
parent d624f25df3
commit 2b2d8667f2
4 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ const siteConfig = {
/* path to images for header/footer */
headerIcon: 'img/docusaurus.svg',
footerIcon: 'img/docusaurus.svg',
favicon: 'img/favicon.png',
favicon: 'img/favicon/favicon.ico',
/* Colors for website */
colors: {
@@ -73,8 +73,8 @@ const siteConfig = {
cleanUrl: true,
// Open Graph and Twitter card images.
ogImage: 'img/docusaurus.png',
twitterImage: 'img/docusaurus.png',
ogImage: 'img/logo-og.png',
twitterImage: 'img/logo-og.png',
// You may provide arbitrary config keys to be used as needed by your
// template. For example, if you need your repo's URL...

Binary file not shown.

Before

Width:  |  Height:  |  Size: 984 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB