Skip to content

Commit

Permalink
Remove GTM code to fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonrobot committed May 2, 2024
1 parent c462c73 commit 1f14d46
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,6 @@ const config = {
theme: {
customCss: require.resolve('./src/css/custom.css'),
},
...(process.env.VERCEL_ENV === 'production' && {
gtag: {
trackingID: process.env.GTAG_TRACKING_ID,
anonymizeIP: true,
},
googleTagManager: {
containerId: process.env.GTM_CONTAINER_ID,
},
}),
}),
],
],
Expand Down

0 comments on commit 1f14d46

Please sign in to comment.