1.0.1 • Published 7 months ago

gatsby-plugin-vwo-smartcode v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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.

1.0.1

7 months ago

1.0.0

7 months ago