From 53bc350d80ce37659a4303365da710a13ec75efd Mon Sep 17 00:00:00 2001 From: Huajin Date: Sun, 8 Sep 2024 21:56:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dfavicon=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E6=AD=A3=E5=B8=B8=E6=98=BE=E7=A4=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index f9f119d..440c1ce 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -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' }] ] })