regexper-static/gatsby-config.js

16 lines
273 B
JavaScript
Raw Normal View History

module.exports = {
plugins: [
2019-01-03 12:08:47 +00:00
'gatsby-plugin-react-helmet',
2019-01-03 12:49:54 +00:00
'gatsby-plugin-postcss',
{
resolve: 'gatsby-plugin-web-font-loader',
options: {
google: {
families: ['Bangers'],
text: 'Regxpr'
}
}
}
]
};