@flockcover/gatsby-plugin-branch-web-sdk
v1.0.13
Published
A [Gatsby](https://www.gatsbyjs.org) plugin for the [Branch IO Web SDK](https://docs.branch.io/pages/web/integrate/).
Downloads
313
Readme
gatsby-plugin-branch-web-sdk
A Gatsby plugin for the Branch IO Web SDK.
Install
$ npm install --save @flockcover/gatsby-plugin-branch-web-sdk
Usage
In your gatsby-config.js
, add:
module.exports = {
plugins: [
// your other plugins...
{
resolve: '@flockcover/gatsby-plugin-branch-web-sdk',
options: {
prodBranchKey: 'Your Live Branch Key',
devBranchKey: 'Your Test Branch Key'
}
}
]
}
License
MIT