gatsby-plugin-gosquared

v1.0.1
Add your GoSquared snippet to Gatsby
gosquared gatsby gatsby-plugin

gatsby-plugin-gosquared

Simple plugin to add your GoSquared tracking snippet to a Gatsby site.

Install

  • yarn add gatsby-plugin-gosquared
  • or npm install --save gatsby-plugin-gosquared

Usage

In your gatsby-config.js file:

plugins: [
  {
    resolve: `gatsby-plugin-gosquared`,
    options: {
      token: 'GSN-123456-A',
    },
  },
]
npm i gatsby-plugin-gosquared

Metadata

  • MIT
  • Whatever
  • Jon Gold
  • released 1/2/2018

Downloads

Maintainers