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

Favicon not working when use IE #42

Open
blling opened this issue Mar 8, 2018 · 1 comment
Open

Favicon not working when use IE #42

blling opened this issue Mar 8, 2018 · 1 comment

Comments

@blling
Copy link

blling commented Mar 8, 2018

The titile is updated but favicon not display when use IE, the meta as follows:

const meta = {
      title: 'HomePage Title',
      description: 'This is the homepage title',
      link: {
        rel: { icon: '/favicon.ico' },
      },
    };
@danieljuhl
Copy link
Contributor

danieljuhl commented Mar 1, 2019

@blling Favicon is loaded by the browser during initial fetch, and has to be part of the SSR generated source code. Can you verify that you have SSR implemented? Otherwise you can't control favicon with react-document-meta as the browsers does not look for changes in the HTML head meta tags after loading the HTML.

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

2 participants