I'm trying to use a custom favicon, which is loading locally, but not when I publish to shinyapps.io.
This is the HTML I'm using, and the link to the .ico file is working when I click on it in the page source.
<link rel="icon" type="image/x-icon" href="logo.ico" />
Are custom favicons allowed?
Thanks
Als