Hi,
I have searched for my problem in the Dash community forum.
but it seems no any change when i try to change the favicon.
app.head=[html.Link(href='https://www.google.com/favicon.ico',rel='icon'),]
After starting to run, the page source code is
<linkrel="icon"type="image/x-icon"href="/_favicon.ico">
I add this code according to the tutorial on this page:#171
anyone here have the same problem?

Hi,
I have searched for my problem in the Dash community forum.
but it seems no any change when i try to change the favicon.
After starting to run, the page source code is
I add this code according to the tutorial on this page:#171
anyone here have the same problem?