Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-plugin-drift

Easily add Drift (drift.com) to your Gatsby site.

Install

yarn add gatsby-plugin-drift

Usage

// In your gatsby-config.js
plugins: [
  {
    resolve: 'gatsby-plugin-drift',
    options: {
      appId: 'YOUR-APP-ID',
    },
  },
],
© 2023 Gatsby, Inc.