Fix missing icon
Co-Authored-By: Daniel Ding <41363844+BioniCosmos@users.noreply.github.com>pull/13/head
parent
7da8e890b1
commit
0190c72d78
|
@ -62,6 +62,7 @@ export default defineUserConfig<DefaultThemeOptions>({
|
|||
},
|
||||
},
|
||||
},
|
||||
head: [["link", { rel: "icon", href: `/logo.png` }]],
|
||||
markdown: {
|
||||
toc: {
|
||||
level: [2],
|
||||
|
|
Loading…
Reference in New Issue