Skip to content

Commit e004e7b

Browse files
committed
Remove google analytics
1 parent 45d6af2 commit e004e7b

15 files changed

+24600
-18188
lines changed

gatsby-config.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -112,16 +112,6 @@ module.exports = {
112112
]
113113
}
114114
},
115-
{
116-
resolve: `gatsby-plugin-google-analytics`,
117-
options: {
118-
trackingId: "UA-47575342-11",
119-
// Puts tracking script in the head instead of the body
120-
head: false,
121-
// Setting this parameter is optional
122-
anonymize: true
123-
}
124-
},
125115
{
126116
resolve: `gatsby-plugin-sitemap`,
127117
options: {

0 commit comments

Comments
 (0)