The next gen Gatsby is here Performance, developer velocity, and scaling to meet Enterprise needs - See what’s launched
Add Freshchat widget to your Gatsby site.
npm install --save gatsby-plugin-freshchat
// in your gatsby-config.js module.exports = { plugins: [ { resolve: `gatsby-plugin-freshchat`, options: { token: "FRESHCHAT_TOKEN", host: "FRESHCHAT_HOST", }, }, ] }