Merge pull request #49 from dardub/master

Corrected options for gatsby-plugin-typography.
This commit is contained in:
Kyle Mathews 2017-08-10 21:13:46 -04:00 committed by GitHub
commit 0d7762fce5

View file

@ -45,7 +45,9 @@ module.exports = {
`gatsby-plugin-react-helmet`,
{
resolve: "gatsby-plugin-typography",
pathToConfigModule: "src/utils/typography",
options: {
pathToConfigModule: "src/utils/typography",
},
},
],
}