The next gen Gatsby is here Performance, developer velocity, and scaling to meet Enterprise needs - See what’s launched
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', }, }, ],