1.0.2 • Published 7 years ago

gatsby-plugin-bugherd v1.0.2

Weekly downloads
224
License
MIT
Repository
github
Last release
7 years ago

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

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago