Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

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'
    },
  },
]
© 2023 Gatsby, Inc.