gatsby-plugin-intercom-lkt

0.0.4 • Public • Published

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: []
    },
  },
]

Package Sidebar

Install

npm i gatsby-plugin-intercom-lkt

Weekly Downloads

4

Version

0.0.4

License

MIT

Unpacked Size

3.85 kB

Total Files

6

Last publish

Collaborators

  • luketevl