Skip to content

Commit

Permalink
add intercom plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirco Cotugno committed Oct 16, 2019
1 parent 534ece1 commit 3723117
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ module.exports = {
],
},
},
{
resolve: `gatsby-plugin-intercom`,
options: {
appId: 'cuinpbbr',
},
},
{
resolve: 'gatsby-plugin-netlify-cms',
options: {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"bulma-carousel": "^4.0.4",
"gatsby": "^2.1.34",
"gatsby-image": "^2.0.23",
"gatsby-plugin-intercom": "^0.1.4",
"gatsby-plugin-netlify": "^2.0.6",
"gatsby-plugin-netlify-cms": "^3.0.15",
"gatsby-plugin-purgecss": "^3.1.0",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5640,6 +5640,13 @@ gatsby-link@^2.0.16:
"@types/reach__router" "^1.0.0"
prop-types "^15.6.1"

gatsby-plugin-intercom@^0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/gatsby-plugin-intercom/-/gatsby-plugin-intercom-0.1.4.tgz#5942ba9f8588fcb736a2e31bf91618500973b40a"
integrity sha1-WUK6n4WI/Lc2ouMb+RYYUAlztAo=
dependencies:
babel-runtime "^6.26.0"

gatsby-plugin-netlify-cms@^3.0.15:
version "3.0.17"
resolved "https://registry.yarnpkg.com/gatsby-plugin-netlify-cms/-/gatsby-plugin-netlify-cms-3.0.17.tgz#fd06a9cb061800a6519cd94b3647f6f058de5102"
Expand Down

0 comments on commit 3723117

Please sign in to comment.