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

Latest commit

 

History

History
30 lines (22 loc) · 500 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 500 Bytes

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