我们的 favicon 在调试时不会出现,但它会在部署到服务器时出现。什么可能导致这种行为?
我们使用的代码是:
<head>
<title>Our Application Name</title>
<link rel="icon"
type="image/x-icon"
href="favicon.ico"/>
</head>
该图像位于我们的根目录中,因此找到它应该没有问题。
编辑
这仅在IE9中调试时,在chrome或firefox中调试时正确显示ico