Netlify announces the next evolution of Gatsby Cloud. Learn more
Easily add Subscribers.com Verification ID to your Gatsby site.
npm install --save gatsby-plugin-suscribers
// In your gatsby-config.js plugins: [ { resolve: `gatsby-plugin-suscribers`, options: { id: 'id here', }, }, ]