Netlify announces the next evolution of Gatsby Cloud. Learn more
Easily add Drift (drift.com) to your Gatsby site.
yarn add gatsby-plugin-drift
// In your gatsby-config.js plugins: [ { resolve: 'gatsby-plugin-drift', options: { appId: 'YOUR-APP-ID', }, }, ],