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