From 40509862ff0a7ef98c64a1bc04b71dc4bd347a60 Mon Sep 17 00:00:00 2001 From: Darren Dub Date: Thu, 10 Aug 2017 17:53:20 -0700 Subject: [PATCH] Corrected options for gatsby-plugin-typography. --- gatsby-config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index 5b3107c..59fb3f3 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -45,7 +45,9 @@ module.exports = { `gatsby-plugin-react-helmet`, { resolve: "gatsby-plugin-typography", - pathToConfigModule: "src/utils/typography", + options: { + pathToConfigModule: "src/utils/typography", + }, }, ], }