moved utils

This commit is contained in:
WaylonWalker 2019-11-10 10:16:26 -06:00
parent 7328964564
commit bee3d86df7
6 changed files with 2690 additions and 6 deletions

View file

@ -5,6 +5,12 @@ module.exports = {
author: `@gatsbyjs`,
},
plugins: [
{
resolve: `gatsby-plugin-netlify-identity`,
options: {
url: `gracious-johnson-d124e9.netlify.com` // required!
}
},
`gatsby-plugin-react-helmet`,
{
resolve: `gatsby-source-filesystem`,