From befb151ea459bdc1ca57455bd78c4b32a9886a93 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Tue, 1 Oct 2019 17:13:23 +0530 Subject: [PATCH] :zap: GA_ID moved to env --- nuxt.config.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index dbc31dedd..1a46230c9 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -222,19 +222,19 @@ export default { manifest: { name: meta.name, short_name: meta.name, - + display: "standalone", - + theme_color: "#252628", background_color: "#252628", start_url: `${routerBase.router.base}` }, - + meta: { description: meta.shortDescription, theme_color: "#252628", }, - + icons: ((sizes) => { let icons = []; for (let size of sizes) { @@ -253,7 +253,7 @@ export default { theme: 'bubble' }, googleAnalytics: { - id: 'UA-61422507-2' + id: process.env.GA_ID || '' }, /* ** Build configuration