Skip to content

Commit

Permalink
修复favicon不能正常显示bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xhuajin committed Sep 8, 2024
1 parent a47964e commit 53bc350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,6 @@ export default defineConfig({
},

head: [
['link', { rel: 'icon', href: '/newtabpage.png', type: 'image/png' }]
['link', { rel: 'icon', href: '/obsidian-tabs/newtabpage.png', type: 'image/png' }]
]
})

0 comments on commit 53bc350

Please sign in to comment.