Community Plugin
View plugin on GitHubgatsby-plugin-meeshkan-recorder
Add the Meeshkan Recorder script to any Gatsby website
Install
npm install --save gatsby-meeshkan-recorder
Usage
// In your gatsby-config.js
module.exports = {
plugins: [
{
resolve: `gatsby-meeshkan-recorder`,
options: {
// Your Meeshkan Recorder Client ID
clientId: `xxxxxxxx-xxxx-Mxxx-Nxxx-xxxxxxxxxxxx`,
},
},
],
};
License
MIT