From fd2f417a81168c93054e23851f780f5f7f26b945 Mon Sep 17 00:00:00 2001
From: David Mendez <dmendez@ebi.ac.uk>
Date: Wed, 8 Dec 2021 14:38:50 +0000
Subject: [PATCH] Disable debug of Gtag

---
 nuxt.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nuxt.config.js b/nuxt.config.js
index 061c4ee..4bd9a4f 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -88,7 +88,7 @@ export default {
 
   'google-gtag': {
     id: process.env.GOOGLE_ANALYTICS_ID, // required
-    debug: true,
+    debug: false,
   },
 
   // Axios module configuration: https://go.nuxtjs.dev/config-axios
-- 
GitLab