/gatsby-plugin-vwo

Plugin to add VWO to your Gatsby site

Primary LanguageJavaScriptMIT LicenseMIT

gatsby-plugin-vwo

Plugin to add VWO to your Gatsby site

Install

yarn add gatsby-plugin-vwo

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-plugin-vwo`,
    options: {
      accountId: '...',
      async: false // Defaults to `true`
    },
  },
],