Replies: 1 comment
-
You can define all icons individually in manual mode: https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest#manual-mode-configuration |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My team wishes to use a different favicon for iOS users. Is it possible to do this in gatsby-plugin-manifest?
I see the code in the plugin's gatsby-ssr which generates the link tags to go into the head of the page and it seems that it uses the same icon as the other favicons being generated:
https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-manifest/src/gatsby-ssr.js
Are my assumptions here correct that it's not possible to specify an icon to use for iOS only, or is there another configuration option I can use?
Beta Was this translation helpful? Give feedback.
All reactions