🐛 Fixed invalid env variable
This commit is contained in:
parent
42394c9c56
commit
6e24ee30e1
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ export default {
|
|||
theme: 'bubble'
|
||||
},
|
||||
googleAnalytics: {
|
||||
id: process.env.GA_ID || ''
|
||||
id: process.env.GA_ID || 'UA-61422507-2'
|
||||
},
|
||||
/*
|
||||
** Build configuration
|
||||
|
|
|
|||
Loading…
Reference in a new issue