favicon.ico
This commit is contained in:
+1
-1
@@ -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';
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user