Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update favicon and OpenGraph images #5244

Merged
merged 1 commit into from
Oct 2, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down Expand Up @@ -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...
Expand Down
Binary file removed website/static/img/favicon.png
Binary file not shown.
Binary file modified website/static/img/favicon/favicon.ico
Binary file not shown.
Binary file added website/static/img/logo-og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.