我正在网站上使用Pagepiling.js,一切都很好。但是,只有在Edge中,当我滚动到一个新部分并且/#section出现在网址栏中时,该图标消失了。
我在我的收藏夹图标中的标记
<link rel="icon" type="image/x-icon" href="https://example.com/wp-content/themes/example/assets/img/favicon.ico" />
<link rel="shortcut icon" type="image/x-icon" href="https://example.com/wp-content/themes/example/assets/img/favicon.ico" />
这是我在其他许多站点上安装我的网站图标的方式,它在Edge中可以正常运行,因此我很想认为这与Pagepiling.js引起冲突。有什么想法吗?