mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-05-17 11:45:46 +08:00
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:
committed by
Joe Haddad
parent
d624f25df3
commit
2b2d8667f2
@@ -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 |
BIN
website/static/img/logo-og.png
Normal file
BIN
website/static/img/logo-og.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
Reference in New Issue
Block a user