Gatsby plugin to add Intercom button onto a site
npm install gatsby-plugin-intercomEasily add the Intercom button to your Gatsby site.
npm install --save gatsby-plugin-intercom``javascriptgatsby-plugin-intercom
// In your gatsby-config.js
plugins: [
{
resolve: ,``
options: {
appId: 'YOUR_INTERCOM_APP_ID',
},
},
]