gatsby-plugin-gosquared

1.0.1 • Public • Published

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',
    },
  },
]

Package Sidebar

Install

npm i gatsby-plugin-gosquared

Weekly Downloads

4

Version

1.0.1

License

MIT

Last publish

Collaborators

  • jongold