gatsby-plugin-vwo-smartcode
v1.0.1
Published
Plugin to add VWO SmartCode to your Gatsby website
Downloads
545
Maintainers
Readme
gatsby-plugin-vwo-smartcode
Plugin to inject VWO SmartCode into the document head of your Gatsby website. This is required when creating a deployment to link your website with VWO.
Install
npm install gatsby-plugin-vwo-smartcode
How to use
Just add the plugin to the plugins array in your gatsby-config.js
// In your gatsby-config.js
plugins: [
{
resolve: `gatsby-plugin-vwo-smartcode`,
options: {
vwoAccountId: '<--VWO AccountId Here-->',
},
},
],
Inspired by the outdated VWO gatsby plugin by ynnoj.