gatsby-plugin-gosquared-extended
v1.0.1
Published
Add your GoSquared snippet to Gatsby
Downloads
7
Maintainers
Readme
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: string,
anonymizeIP: boolean
},
},
]