forked from mirrors/qmk_firmware
favicon
This commit is contained in:
parent
0cd8eb02c7
commit
33f886ad74
1 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue