From fbaa5103a50fdda7c0f29463032b68946691d56a Mon Sep 17 00:00:00 2001 From: BobChao87 Date: Sat, 24 Jul 2021 01:58:04 -0700 Subject: [PATCH] Do not Analytics to track when in dev mode --- nuxt.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index dda87cc3..98145066 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -99,7 +99,6 @@ export default { id: 'UA-153189507-4', }, ], - debug: true, }, // i18n configuration: https://i18n.nuxtjs.org/