apolishch / gatsby-plugin-segment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gatsby-plugin-segment

A Gatsby plugin for Segment.

Usage

In your gatsby-config.js, add:

module.exports = {
  plugins: [
    // your other plugins...
    {
      resolve: 'gatsby-plugin-segment',
      options: {
        writeKey: 'YOUR WRITE KEY'
      }
    }
  ]
}

License

MIT

About


Languages

Language:JavaScript 100.0%