gatsby-plugin-lucky-orange
v1.0.3
Published
Gatsby plugin to add LuckyOrange analytics to your site.
Maintainers
Readme
gatsby-plugin-lucky-orange
Easily add Lucky Orange Analytics to your Gatsby site.
Install
npm install gatsby-plugin-lucky-orange
How to use
// In your gatsby-config.js
plugins: [
{
resolve: `gatsby-plugin-lucky-orange`,
options: {
id: YOUR_LUCKY_ORANGE_ID
},
},
]