From 5dfef883049e7f0670f6c6b1b225b233aee41eea Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Thu, 03 Mar 2022 01:30:11 +0800 Subject: [PATCH] 评论页刷新策略调整 --- public/index.html | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 72cdfd6..78dbf7c 100644 --- a/public/index.html +++ b/public/index.html @@ -4,8 +4,9 @@ <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> - <link rel="icon" href="<%= BASE_URL %>favicon.ico"> - <title>default</title> + <!-- <link rel="icon" href="<%= BASE_URL %>favicon.ico"> --> + <link rel="shortcut icon" type="image/x-icon" href="http://t.inleft.com/share/icon/favicon.ico"> + <title>在你左边,听风及雨</title> </head> <body> <noscript> -- Gitblit v1.9.1