module.exports = { plugins: [ 'gatsby-plugin-emotion', { resolve: 'gatsby-plugin-typography', options: { pathToConfigModule: 'site/util/typography' } } ] };