diff --git a/docs/.vuepress/config.ts b/docs/.vuepress/config.ts index 0ebf7354a..6b7b2fdad 100644 --- a/docs/.vuepress/config.ts +++ b/docs/.vuepress/config.ts @@ -62,6 +62,7 @@ export default defineUserConfig({ }, }, }, + head: [["link", { rel: "icon", href: `/logo.png` }]], markdown: { toc: { level: [2],