Quickly add the Chatwoot live chat widget to your Gatsby site.
npm install --save @corya/gatsby-plugin-chatwoot
// In your gatsby-config.js
plugins: [
{
resolve: `@corya/gatsby-plugin-chatwoot`,
options: {
baseUrl: 'BASE_URL', // Required
websiteToken: 'WEBSITE_TOKEN', // Required
includeInDevelopment: false, // Optional
chatwootSettings: {} // Optional
},
},
];