Jack Humbert 8 жил өмнө
parent
commit
33f886ad74
1 өөрчлөгдсөн 4 нэмэгдсэн , 2 устгасан
  1. 4 2
      book.json

+ 4 - 2
book.json

@@ -2,7 +2,7 @@
     "structure": {
         "readme": "Home.md"
     },
-    "plugins" : ["toolbar", "edit-link", "custom-favicon"],
+    "plugins" : ["toolbar", "edit-link", "favicon"],
     "pluginsConfig": {
             "edit-link": {
                 "base": "https://github.com/qmk/qmk_firmware_docs/edit/master",
@@ -18,6 +18,8 @@
                 }
             ]
         },
-        "favicon": "/favicon.png"
+        "favicon": {
+            "shortcut": "/favicon.png"
+        }
     }
 }