From 4b868e9a545280a66e7a7f01ed4efe04e3d8215d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=B5=A9?= <3116737282@qq.com> Date: Mon, 12 Feb 2024 17:40:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AF=BC=E8=88=AA=E6=A0=8F?= =?UTF-8?q?=20icon=20=E6=97=A0=E6=B3=95=E6=98=BE=E7=A4=BA=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/.vuepress/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.vuepress/config.ts b/src/.vuepress/config.ts index 7132442..d60711b 100644 --- a/src/.vuepress/config.ts +++ b/src/.vuepress/config.ts @@ -15,7 +15,7 @@ export default defineUserConfig({ head: [ [ - 'link', { rel: 'icon', href: '/favicon.ico' } + 'link', { rel: 'icon', href: 'favicon.ico' } ] ],