Merge pull request #49 from dardub/master
Corrected options for gatsby-plugin-typography.
This commit is contained in:
commit
0d7762fce5
1 changed files with 3 additions and 1 deletions
|
|
@ -45,7 +45,9 @@ module.exports = {
|
|||
`gatsby-plugin-react-helmet`,
|
||||
{
|
||||
resolve: "gatsby-plugin-typography",
|
||||
pathToConfigModule: "src/utils/typography",
|
||||
options: {
|
||||
pathToConfigModule: "src/utils/typography",
|
||||
},
|
||||
},
|
||||
],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue