Desativar o Google Analytics Gatsby config.js
// gatsby-config.js
// remove the object containing 'google analytics'
//remove this
{
resolve: 'gatsby-plugin-google-analytics',
options: {
"trackingId": ""
}
}
tinydev