Skip to content

Commit f1952da

Browse files
committed
remove google analytics
1 parent 19d5e7e commit f1952da

File tree

3 files changed

+0
-54
lines changed

3 files changed

+0
-54
lines changed

gatsby-config.js

-7
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,6 @@ module.exports = {
129129
showSpinner: false,
130130
},
131131
},
132-
{
133-
resolve: 'gatsby-plugin-google-analytics',
134-
options: {
135-
trackingId: config.googleAnalyticsID,
136-
head: true,
137-
},
138-
},
139132
// others
140133
{
141134
resolve: 'gatsby-plugin-robots-txt',

package-lock.json

-46
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"disqus-react": "^1.0.7",
1414
"gatsby": "^2.32.13",
1515
"gatsby-image": "^2.2.39",
16-
"gatsby-plugin-google-analytics": "^2.1.23",
1716
"gatsby-plugin-manifest": "^2.2.3",
1817
"gatsby-plugin-nprogress": "^2.1.2",
1918
"gatsby-plugin-offline": "^2.2.4",

0 commit comments

Comments
 (0)