From f4b0a3b5b826524e440b4352262784b6f3800a2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=8F=B6?= Date: Mon, 5 Jun 2023 09:41:56 +0800 Subject: [PATCH] favicon.ico --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 6a90b08f..4c981007 100644 --- a/public/index.html +++ b/public/index.html @@ -68,7 +68,7 @@ let link = document.querySelector("link[rel*='icon']") || document.createElement('link'); link.type = 'image/x-icon'; link.rel = 'shortcut icon'; - link.href = 'https://bo.liche.cn/favicon_liche.ico'; + link.href = 'https://bo.liche.cn/favicon.ico'; } }