Skip to content

Commit

Permalink
removed ga
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamnaik1994 committed May 30, 2020
1 parent 3e8aea9 commit 3b0d556
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ module.exports = {
id: 'GTM-5ZV4S62',
},
},
{
resolve: `gatsby-plugin-google-analytics`,
options: {
trackingId: 'UA-124761745-2',
},
},
// {
// resolve: `gatsby-plugin-google-analytics`,
// options: {
// trackingId: 'UA-124761745-2',
// },
// },
],
};

0 comments on commit 3b0d556

Please sign in to comment.