We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef563a8 commit b3a5ba7Copy full SHA for b3a5ba7
docusaurus.config.js
@@ -267,18 +267,14 @@ const config = {
267
containerId: 'GTM-5FGPLC2Q',
268
},
269
],
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
- : []),
+
+ [
+ '@docusaurus/plugin-google-gtag',
+ {
+ trackingID: 'G-E8PSQ0E1L7',
+ anonymizeIP: true,
+ },
+ ],
282
283
clientModules: [require.resolve('./src/client/scroll-fix.js')],
284
themeConfig:
0 commit comments