Pass Custom Data to Gatsby Pages

Share this video with your friends

Send Tweet

We can pass custom data to our Gatsby pages by overriding the onCreatePage function and using its context object. This is really useful when you want to provide custom data to GraphQL queries, or your page components.