0.0.4 • Published 4 years ago

gatsby-plugin-intercom-lkt v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

gatsby-plugin-intercom

Easily add the Intercom button to your Gatsby site.

Install

npm install --save gatsby-plugin-intercom

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-plugin-intercom`,
    options: {
      appId: 'YOUR_INTERCOM_APP_ID',
      includeInDevelopment: false,
      settings: []
    },
  },
]
0.0.3

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago