Skip to content

Commit b3a5ba7

Browse files
committed
Update config.
Signed-off-by: bgravenorst <[email protected]>
1 parent ef563a8 commit b3a5ba7

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

docusaurus.config.js

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -267,18 +267,14 @@ const config = {
267267
containerId: 'GTM-5FGPLC2Q',
268268
},
269269
],
270-
// Temporary direct GA4 for feedback testing
271-
...(process.env.GA4_MEASUREMENT_ID
272-
? [
273-
[
274-
'@docusaurus/plugin-google-gtag',
275-
{
276-
trackingID: process.env.GA4_MEASUREMENT_ID,
277-
anonymizeIP: true,
278-
},
279-
],
280-
]
281-
: []),
270+
271+
[
272+
'@docusaurus/plugin-google-gtag',
273+
{
274+
trackingID: 'G-E8PSQ0E1L7',
275+
anonymizeIP: true,
276+
},
277+
],
282278
],
283279
clientModules: [require.resolve('./src/client/scroll-fix.js')],
284280
themeConfig:

0 commit comments

Comments
 (0)