diff --git a/docs/.vuepress/config.ts b/docs/.vuepress/config.ts index e8bd199..61af283 100644 --- a/docs/.vuepress/config.ts +++ b/docs/.vuepress/config.ts @@ -61,6 +61,9 @@ const navbar: NavbarOptions = [ export default defineUserConfig({ base: '/', + head: [ + ['link', { rel: 'icon', href: '/logo-mini.png' }] + ], theme: defaultTheme({ logo: '/auron.svg', home: '/',