The average enterprise on Netlify ships 140 times per week. Where does your team rank?
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__", }, }, ];