Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

disable google analytics gatsby config.js

// gatsby-config.js

// remove the object containing 'google analytics'

//remove this 
  {
    resolve: 'gatsby-plugin-google-analytics',
    options: {
      "trackingId": "" 
      } 
   }
 
PREVIOUS NEXT
Tagged: #disable #google #analytics #gatsby
ADD COMMENT
Topic
Name
2+9 =