- Add favicon
Remove this line in /readymag/index.html
in head section:
<link rel="icon" href="dist/img/favicons/favicon.ico" type="image/x-icon"/>
Add this to /readymag/index.html
instead:
<link rel="icon" href="/missing-by-readymag/favicon.png" type="image/x-icon" />
Put the image in /readymag/missing-by-readymag/favicon.png
. That's it