Use gatsby-plugin-typography and remove the html.js
This commit is contained in:
parent
8f03c8589e
commit
33ed103d69
5 changed files with 9068 additions and 53 deletions
|
|
@ -43,5 +43,9 @@ module.exports = {
|
|||
},
|
||||
`gatsby-plugin-offline`,
|
||||
`gatsby-plugin-react-helmet`,
|
||||
{
|
||||
resolve: "gatsby-plugin-typography",
|
||||
pathToConfigModule: "src/utils/typography",
|
||||
},
|
||||
],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue