Botfuel Hermes Webchat integration for Gatsby.
Powered by botfuel.io
npm i https://github.com/Botfuel/gatsby-plugin-botfuel-hermes-webchat.git
// In your gatsby-config.js
plugins: [
{
resolve: `gatsby-plugin-botfuel-hermes-webchat`,
options: {
websiteId: "your websiteId here",
},
},
];