Files
openlayers/gatsby-config.js
2019-05-20 10:30:44 -06:00

12 lines
199 B
JavaScript

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