Skip to content

Commit

Permalink
Merge pull request #60 from MrBenJ/feature/netlify-plugin
Browse files Browse the repository at this point in the history
Added netlify plugin for gatsby
  • Loading branch information
MrBenJ committed Jan 12, 2019
2 parents 9dd17ee + 8f9c176 commit 1b326a9
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 29 deletions.
4 changes: 2 additions & 2 deletions gatsby-config.js
Expand Up @@ -43,7 +43,6 @@ module.exports = {
]
}
},

'gatsby-plugin-react-helmet',
{
resolve: `gatsby-plugin-manifest`,
Expand All @@ -55,8 +54,9 @@ module.exports = {
theme_color: '#2D93AD',
display: 'standalone',
icon: 'src/images/js-logo.png', // This path is relative to the root of the site.
},
}
},
'gatsby-plugin-offline',
'gatsby-plugin-netlify'
],
}
126 changes: 99 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -14,6 +14,7 @@
"gatsby-plugin-emotion": "^4.0.1",
"gatsby-plugin-google-analytics": "^2.0.8",
"gatsby-plugin-manifest": "^2.0.13",
"gatsby-plugin-netlify": "^2.0.6",
"gatsby-plugin-offline": "^2.0.20",
"gatsby-plugin-react-helmet": "^3.0.5",
"gatsby-remark-prismjs": "^3.2.0",
Expand Down

0 comments on commit 1b326a9

Please sign in to comment.