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';
}
}