Skip to content

Commit 683de14

Browse files
committed
added Google Tracking id
1 parent 6c91af2 commit 683de14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: gatsby-config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ module.exports = {
152152
{
153153
resolve: `gatsby-plugin-google-analytics`,
154154
options: {
155-
trackingId: 'UA-45666519-2',
155+
trackingId: 'G-TEXEM5SD6V',
156156
},
157157
},
158158
],

Diff for: gatsby-ssr.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
* See: https://www.gatsbyjs.org/docs/ssr-apis/
55
*/
66

7-
// You can delete this file if you're not using it
7+
// You can delete this file if you're not using it

0 commit comments

Comments
 (0)