From 1f14d4619731381bd7a2a8751c23cfcb1922d6a7 Mon Sep 17 00:00:00 2001 From: Charlie Brown Date: Thu, 2 May 2024 10:01:51 -0500 Subject: [PATCH] Remove GTM code to fix deployment --- website/docusaurus.config.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 80738c1..feafd6c 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -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, - }, - }), }), ], ],