Skip to content
This repository has been archived by the owner on Jul 12, 2021. It is now read-only.

indigotree/gatsby-plugin-bugherd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gatsby-plugin-bugherd

Add Bugherd to your Gatsby website.

Install

npm install gatsby-plugin-bugherd --save

How To Use

// gatsby-config.js
plugins: [
  {
    resolve: `gatsby-plugin-bugherd`,
    options: {
      key: `BUGHERD_PROJECT_KEY`,

      // whether to include the snippet in production. Defaults to false
      showInProduction: true
    },
  },
];

License

MIT © Indigo Tree

Releases

No releases published

Packages

No packages published