Community Plugin
View plugin on GitHubgatsby-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