🐛 Fixed invalid env variable
This commit is contained in:
@@ -253,7 +253,7 @@ export default {
|
||||
theme: 'bubble'
|
||||
},
|
||||
googleAnalytics: {
|
||||
id: process.env.GA_ID || ''
|
||||
id: process.env.GA_ID || 'UA-61422507-2'
|
||||
},
|
||||
/*
|
||||
** Build configuration
|
||||
|
||||
Reference in New Issue
Block a user