Corrected options for gatsby-plugin-typography.

This commit is contained in:
Darren Dub 2017-08-10 17:53:20 -07:00
parent 33ed103d69
commit 40509862ff

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",
},
},
],
}