Hi is there any reason why favicon.ico is not loaded in deployed site ?
I have in my index.html head
<link rel="icon" href="images/favicon.ico" />
When loading the index.html from my public dir the icon loads fine.
However after 'firebase deploy' the icon does not load.
Any help ?