Netlify announces the next evolution of Gatsby Cloud. Learn more
Gatsby plugin for adding Outbrain tracking code
npm install --save gatsby-plugin-outbrain
// In your gatsby-config.js plugins: [ { resolve: `gatsby-plugin-outbrain`, options: { outbrainId: "__ID__HERE__", }, }, ];