regexper-static/gatsby-config.js

6 lines
72 B
JavaScript
Raw Normal View History

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