🐛 Fixed invalid env variable

This commit is contained in:
Liyas Thomas
2019-10-02 10:10:19 +05:30
parent 42394c9c56
commit 6e24ee30e1

View File

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