Skip to content

Commit 8e83787

Browse files
committed
Remove google
1 parent 45b0f3c commit 8e83787

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

gatsby-config.js

-8
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,6 @@ module.exports = {
8282
],
8383
},
8484
},
85-
{
86-
resolve: `gatsby-plugin-google-analytics`,
87-
options: {
88-
trackingId: 'UA-120729053-1',
89-
head: false,
90-
exclude: [],
91-
},
92-
},
9385
'gatsby-plugin-react-helmet',
9486
'gatsby-plugin-sass',
9587
'gatsby-plugin-catch-links',

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"gatsby-link": "^1.6.44",
1313
"gatsby-plugin-catch-links": "^1.0.22",
1414
"gatsby-plugin-feed": "^1.3.24",
15-
"gatsby-plugin-google-analytics": "^1.0.31",
1615
"gatsby-plugin-react-helmet": "^2.0.11",
1716
"gatsby-plugin-sass": "^1.0.26",
1817
"gatsby-plugin-sharp": "^1.6.47",

0 commit comments

Comments
 (0)