Skip to content

Instantly share code, notes, and snippets.

@Yidaotus
Created February 25, 2022 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Yidaotus/42daee5350f0751d37b123c4286c969a to your computer and use it in GitHub Desktop.
Save Yidaotus/42daee5350f0751d37b123c4286c969a to your computer and use it in GitHub Desktop.
Gatsby Config
{
resolve: `gatsby-plugin-layout`,
options: {
component: require.resolve(`./src/components/Layout.tsx`),
},
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment