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 c462c73 commit 1f14d46Copy full SHA for 1f14d46
website/docusaurus.config.js
@@ -36,15 +36,6 @@ const config = {
36
theme: {
37
customCss: require.resolve('./src/css/custom.css'),
38
},
39
- ...(process.env.VERCEL_ENV === 'production' && {
40
- gtag: {
41
- trackingID: process.env.GTAG_TRACKING_ID,
42
- anonymizeIP: true,
43
- },
44
- googleTagManager: {
45
- containerId: process.env.GTM_CONTAINER_ID,
46
47
- }),
48
}),
49
],
50
0 commit comments