Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 311 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 311 Bytes

gatsby-plugin-outbrain

Gatsby plugin for adding Outbrain tracking code

Install

npm install --save gatsby-plugin-outbrain

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-plugin-outbrain`,
    options: {
      outbrainId: "__ID__HERE__",
    },
  },
];