gatsby-plugin-manifest - programmatically change theme-color in manifest

Created on 26 Apr 2020  路  1Comment  路  Source: gatsbyjs/gatsby

How can I change the theme-color in manifest programmatically when the navigation changes?

question or discussion

Most helpful comment

Thank you for opening this!

You can use this option to disable it being set by the plugin:
https://www.gatsbyjs.org/packages/gatsby-plugin-manifest/#remove-theme-color-meta-tag

Then you would use react-helmet to set the tag yourself.

We're marking this issue as answered and closing it for now but please feel free to comment here if you would like to continue this discussion. We also recommend heading over to our communities if you have questions that are not bug reports or feature requests. We hope we managed to help and thank you for using Gatsby!

>All comments

Thank you for opening this!

You can use this option to disable it being set by the plugin:
https://www.gatsbyjs.org/packages/gatsby-plugin-manifest/#remove-theme-color-meta-tag

Then you would use react-helmet to set the tag yourself.

We're marking this issue as answered and closing it for now but please feel free to comment here if you would like to continue this discussion. We also recommend heading over to our communities if you have questions that are not bug reports or feature requests. We hope we managed to help and thank you for using Gatsby!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

benstr picture benstr  路  3Comments

dustinhorton picture dustinhorton  路  3Comments

ghost picture ghost  路  3Comments

hobochild picture hobochild  路  3Comments

mikestopcontinues picture mikestopcontinues  路  3Comments