regexper-static/gatsby-config.js
2019-01-03 07:11:42 -05:00

7 lines
101 B
JavaScript

module.exports = {
plugins: [
'gatsby-plugin-react-helmet',
'gatsby-plugin-postcss'
]
};