We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b0f3c commit 8e83787Copy full SHA for 8e83787
gatsby-config.js
@@ -82,14 +82,6 @@ module.exports = {
82
],
83
},
84
85
- {
86
- resolve: `gatsby-plugin-google-analytics`,
87
- options: {
88
- trackingId: 'UA-120729053-1',
89
- head: false,
90
- exclude: [],
91
- },
92
93
'gatsby-plugin-react-helmet',
94
'gatsby-plugin-sass',
95
'gatsby-plugin-catch-links',
package.json
@@ -12,7 +12,6 @@
12
"gatsby-link": "^1.6.44",
13
"gatsby-plugin-catch-links": "^1.0.22",
14
"gatsby-plugin-feed": "^1.3.24",
15
- "gatsby-plugin-google-analytics": "^1.0.31",
16
"gatsby-plugin-react-helmet": "^2.0.11",
17
"gatsby-plugin-sass": "^1.0.26",
18
"gatsby-plugin-sharp": "^1.6.47",
0 commit comments