Skip to content

aarondack/gatsby-plugin-proof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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`
    }
  }
];

About

Add Proof to your Gatsby Site ✅

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published