From 6e24ee30e12cb4e480d7e50690f08bd7ae342d48 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Wed, 2 Oct 2019 10:10:19 +0530 Subject: [PATCH] :bug: Fixed invalid env variable --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index 1a46230c9..473f6ad14 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -253,7 +253,7 @@ export default { theme: 'bubble' }, googleAnalytics: { - id: process.env.GA_ID || '' + id: process.env.GA_ID || 'UA-61422507-2' }, /* ** Build configuration