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

Replace React Helment with Gatsby Head #862

Open
maxcell opened this issue Aug 9, 2022 · 1 comment
Open

Replace React Helment with Gatsby Head #862

maxcell opened this issue Aug 9, 2022 · 1 comment

Comments

@maxcell
Copy link
Contributor

maxcell commented Aug 9, 2022

Summary

There was a warning within the console that recommended we use the built-in Gatsby head component as of Gatsby v4.19.0. This should reduce the amount of third-party dependencies we need. For the most part it also seems like it will reduce the amount of direct package size as well.

Documentation for Gatsby Head

Warning produced from the run command:

warn gatsby-plugin-react-helmet: Gatsby now has built-in support for modyfing
the document head. Learn more at https://gatsby.dev/gatsby-head
@rjisom
Copy link

rjisom commented Oct 9, 2023

I saw this as well. Would it be just replacing the react-helmet component with gatsby-head?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants