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
{{ message }}
This repository was archived by the owner on Mar 16, 2026. It is now read-only.
To add a favicon and metadata to your generated gatsby site, follow this quick guide
9
+
10
+
Add [`react-helmet`](https://github.com/nfl/react-helmet) along with [`gatsby-plugin-react-helmet`](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-react-helmet)
11
+
12
+
[How do I add react-helmet to my docz app ?](https://www.gatsbyjs.org/docs/add-page-metadata/)
13
+
14
+
Once you've added react-helmet you can shadow the `src/wrapper.js` theme component to add metadata
15
+
16
+
so you would create a file : `src/gatsby-theme-docz/wrapper.js` (path is important) and inside it :
0 commit comments