Skip to content

Commit d8bfb93

Browse files
committed
Remove misconfigured GA4 property
1 parent 353b969 commit d8bfb93

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

gatsby-config.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -227,16 +227,6 @@ if (isProduction) {
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-
240230
plugins.push({
241231
resolve: '@sentry/gatsby',
242232
options: {

0 commit comments

Comments
 (0)