Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to change favicon #704

Closed
shengqiangzhang opened this issue May 2, 2019 · 1 comment
Closed

how to change favicon #704

shengqiangzhang opened this issue May 2, 2019 · 1 comment

Comments

@shengqiangzhang
Copy link

shengqiangzhang commented May 2, 2019

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

<link rel="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?

Snipaste_2019-05-02_16-38-35

@shengqiangzhang
Copy link
Author

I haved solved this problem by #406

HammadTheOne pushed a commit to HammadTheOne/dash that referenced this issue May 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant