Netlify announces the next evolution of Gatsby Cloud. Learn more
Easily add Lucky Orange Analytics to your Gatsby site.
npm install gatsby-plugin-lucky-orange
// In your gatsby-config.js plugins: [ { resolve: `gatsby-plugin-lucky-orange`, options: { id: YOUR_LUCKY_ORANGE_ID }, }, ]