gatsby-plugin-proof

1.0.4 • Public • Published

gatsby-plugin-proof

Add Proof to your Gatsby site

This plugin gives you the ability to quickly and easily install the Proof pixel into your Gatsby site. More info about the pixel here

Install Your Flavor

npm install --save gatsby-plugin-proof

yarn add gatsby-plugin-proof

Setup

In your gatsby-config.js file:

plugins: [
  {
    resolve: `gatsby-plugin-proof`,
    options: {
      pixelId: `PROOF_PIXEL_ID`
    }
  }
];

Package Sidebar

Install

npm i gatsby-plugin-proof

Weekly Downloads

10

Version

1.0.4

License

MIT

Unpacked Size

1.65 kB

Total Files

5

Last publish

Collaborators

  • aarondack