GA_ID moved to env

This commit is contained in:
Liyas Thomas
2019-10-01 17:13:23 +05:30
parent 0afd0205ed
commit befb151ea4

View File

@@ -253,7 +253,7 @@ export default {
theme: 'bubble' theme: 'bubble'
}, },
googleAnalytics: { googleAnalytics: {
id: 'UA-61422507-2' id: process.env.GA_ID || ''
}, },
/* /*
** Build configuration ** Build configuration