Skip to content

Commit b6b26db

Browse files
authored
Fixed favicon for non html pages
1 parent 4ca45fe commit b6b26db

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ const config = {
205205
tagName: 'link',
206206
attributes: {
207207
rel: 'shortcut icon',
208-
href: 'favicon/favicon.ico',
208+
href: 'favicon.ico',
209209
},
210210
},
211211
{

0 commit comments

Comments
 (0)