javascript - Strange favicon on Angular & Spring Boot App -


i have spring boot application angular on front-end, created favicon in static folder when load page, strange icon apears:

![favicon][1]: https://i.stack.imgur.com/ubtqs.png

above import html line:

<link rel="icon" type="image/x-icon" href="favicon.ico" />

does knows how fix it?

force favicon refreshing doing

<link rel="icon" type="image/x-icon" href="favicon.ico?v=2" /> 

Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -