Corrected options for gatsby-plugin-typography.
This commit is contained in:
parent
33ed103d69
commit
40509862ff
1 changed files with 3 additions and 1 deletions
|
|
@ -45,7 +45,9 @@ module.exports = {
|
||||||
`gatsby-plugin-react-helmet`,
|
`gatsby-plugin-react-helmet`,
|
||||||
{
|
{
|
||||||
resolve: "gatsby-plugin-typography",
|
resolve: "gatsby-plugin-typography",
|
||||||
|
options: {
|
||||||
pathToConfigModule: "src/utils/typography",
|
pathToConfigModule: "src/utils/typography",
|
||||||
},
|
},
|
||||||
|
},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue