Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

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
    },
  },
],
© 2023 Gatsby, Inc.