Skip to content

Instantly share code, notes, and snippets.

@christiannwamba
Created January 30, 2018 14:58
Show Gist options
  • Save christiannwamba/2ae6286f057e78cc7f3df1ffdb173e48 to your computer and use it in GitHub Desktop.
Save christiannwamba/2ae6286f057e78cc7f3df1ffdb173e48 to your computer and use it in GitHub Desktop.
module.exports = {
...
plugins:[
{
resolve: `gatsby-source-filesystem`,
options:{
name: `src`,
path: `${__dirname}/src/`
}
},
`gatsby-transformer-remark`,
`gatsby-plugin-react-helmet`,
{
resolve: `gatsby-plugin-typography`,
options:{
pathToConfigModule: `src/utils/typography.js`
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment