This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new 905ccd5 feat: update favicon
905ccd5 is described below
commit 905ccd5733493a36075f086acb7715f5dae719a6
Author: juzhiyuan <[email protected]>
AuthorDate: Mon Aug 31 09:00:15 2020 +0800
feat: update favicon
---
website/siteConfig.js | 2 +-
website/static/img/favicon.png | Bin 0 -> 85376 bytes
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/siteConfig.js b/website/siteConfig.js
index 82638ef..c952c51 100644
--- a/website/siteConfig.js
+++ b/website/siteConfig.js
@@ -50,7 +50,7 @@ const siteConfig = {
/* path to images for header/footer */
headerIcon: "img/logo.png",
footerIcon: false,
- favicon: "img/logo.png",
+ favicon: "img/favicon.png",
/* Colors for website */
colors: {
diff --git a/website/static/img/favicon.png b/website/static/img/favicon.png
new file mode 100644
index 0000000..381ab08
Binary files /dev/null and b/website/static/img/favicon.png differ