diff --git a/book.json b/book.json index 6e0db19c9..f4cdd3963 100644 --- a/book.json +++ b/book.json @@ -2,7 +2,7 @@ "structure": { "readme": "Home.md" }, - "plugins" : ["toolbar", "edit-link"], + "plugins" : ["toolbar", "edit-link", "custom-favicon"], "pluginsConfig": { "edit-link": { "base": "https://github.com/qmk/qmk_firmware_docs/edit/master", @@ -17,6 +17,7 @@ "url": "https://github.com/qmk/qmk_firmware" } ] - } + }, + "favicon": "/favicon.png" } } diff --git a/favicon.png b/favicon.png new file mode 100644 index 000000000..0f3343db0 Binary files /dev/null and b/favicon.png differ