The next gen Gatsby is here Performance, developer velocity, and scaling to meet Enterprise needs - See what’s launched
Easily add Metricool to your Gatsby site.
yarn add gatsby-plugin-metricool
// In your gatsby-config.js plugins: [ { resolve: `gatsby-plugin-metricool`, options: { metricoolId: 'metricool id here', }, }, ]