gatsby-plugin-bombora
v1.0.0
Published
Gatsby plugin to add Bombora Id to your site
Downloads
1
Maintainers
Readme
gatsby-plugin-bombora
Easily add Bombora ids to your Gatsby site.
Install
yarn add gatsby-plugin-bombora
How to use
// In your gatsby-config.js
plugins: [
{
resolve: `gatsby-plugin-bombora`,
options: {
bomboraEid: 'Bombora eid here',
bomboraCid: 'Bombora cid here'
},
},
]