Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

drakang4/gatsby-plugin-channel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gatsby-plugin-channel

Gatsby plugin to integrate Channel.io on your project.

Install

npm install --save gatsby-plugin-channel or yarn add gatsby-plugin-channel

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-plugin-channel`,
    options: {
      channelPluginSettings: {
        pluginKey: 'YOUR_PLUGIN_KEY',
        ...
      },
    },
  },
];

Configuration

You can find all channelPluginSettings options in official Channel documentation.

About

Gatsby plugin to integrate Channel.io on your project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published