Skip to content

Commit 1e28171

Browse files
committed
chore: propagate analytics change
1 parent a4ac832 commit 1e28171

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

gatsby-config.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,11 +222,21 @@ if (isProduction) {
222222
plugins.push({
223223
resolve: 'gatsby-plugin-google-tagmanager',
224224
options: {
225-
id: 'G-YQE19WEB36',
225+
id: 'GTM-KBV9L4L',
226226
includeInDevelopment: false,
227227
},
228228
});
229229

230+
plugins.push({
231+
resolve: `gatsby-plugin-google-gtag`,
232+
options: {
233+
trackingIds: ['G-YQE19WEB36'],
234+
pluginConfig: {
235+
head: true,
236+
},
237+
},
238+
});
239+
230240
plugins.push({
231241
resolve: '@sentry/gatsby',
232242
options: {

0 commit comments

Comments
 (0)