From 37231173064fe3ae7e952ba69e2bfdfb760426d5 Mon Sep 17 00:00:00 2001 From: Mirco Cotugno Date: Wed, 16 Oct 2019 14:59:57 +0200 Subject: [PATCH] add intercom plugin --- gatsby-config.js | 6 ++++++ package.json | 1 + yarn.lock | 7 +++++++ 3 files changed, 14 insertions(+) diff --git a/gatsby-config.js b/gatsby-config.js index 71cee8f..4b7a0ea 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -63,6 +63,12 @@ module.exports = { ], }, }, + { + resolve: `gatsby-plugin-intercom`, + options: { + appId: 'cuinpbbr', + }, + }, { resolve: 'gatsby-plugin-netlify-cms', options: { diff --git a/package.json b/package.json index 5fd4434..343dcc4 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 280f1dc..4623c7b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"