You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gatsby includes a built-in Head export that allows you to add elements to the document head of your pages.
Compared to react-helmet or other similar solutions, Gatsby Head is easier to use, more performant, has a smaller bundle size, and supports the latest React features.
We'll have to change some things on the consumer websites as well, but our head tags have needed a refactor for a while so this may be a perfect opportunity!
The text was updated successfully, but these errors were encountered:
https://www.gatsbyjs.com/docs/reference/built-in-components/gatsby-head/
We'll have to change some things on the consumer websites as well, but our head tags have needed a refactor for a while so this may be a perfect opportunity!
The text was updated successfully, but these errors were encountered: