gatsby-plugin-splitbee
gatsby-plugin-splitbee copied to clipboard
Gatsby plugin to add Splitbee (https://splitbee.io) to a Gatsby site
gatsby-plugin-splitbee
Easily add Splitbee to your Gatsby site.
Install
npm install --save gatsby-plugin-splitbee
How to use
// In your gatsby-config.js
plugins: [
{
resolve: `gatsby-plugin-splitbee`,
options: {
includeInDevelopment: false,
delayTimeout: 0,
disableCookie: false
},
},
]
Configuration
includeInDevelopment- Optional. Defaults tofalsedelayTimeout- Optional. Number of milliseconds to wait before loading the Splitbee. Defaults to0disableCookie- Optional. Disables usage of cookies. Defaults tofalse. Currently in beta, see here for details.