From 005e25b5ba13ed23a29471ad04d9bb52d2a6c2fc Mon Sep 17 00:00:00 2001 From: RaenonX Date: Fri, 25 Jun 2021 02:36:22 -0500 Subject: [PATCH 01/61] FIX - Disable GA in CI test build Signed-off-by: RaenonX --- pages/_document.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/_document.tsx b/pages/_document.tsx index cb7b0a2d..eaedfcc8 100644 --- a/pages/_document.tsx +++ b/pages/_document.tsx @@ -59,6 +59,7 @@ class Document extends NextDocument { {/* Global site tag (gtag.js) - Google Analytics */} { process.env.NODE_ENV === 'production' && + !process.env.CI && <>