7 lines
101 B
JavaScript
7 lines
101 B
JavaScript
module.exports = {
|
|
plugins: [
|
|
'gatsby-plugin-react-helmet',
|
|
'gatsby-plugin-postcss'
|
|
]
|
|
};
|