Jack Humbert 8 年之前
父節點
當前提交
33f886ad74
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      book.json

+ 4 - 2
book.json

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