|
@@ -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"
|
|
|
+ }
|
|
|
}
|
|
|
}
|