gatsby-plugin-clearbit
v1.1.0
Published
Gatsby plugin for Clearbit.
Downloads
1
Readme
gatsby-plugin-clearbit
Gatsby plugin for Clearbit.
Install
yarn add gatsby-plugin-clearbit
Usage
// In your gatsby-config.js
plugins: [
{
resolve: 'gatsby-plugin-clearbit',
options: {
publishableKey: 'YOUR-PUBLISHABLE-KEY',
enableOnDevMode: true // if 'false', clearbit will be fired on NODE_ENV=production only
},
},
],