We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f6ec6 commit e4b73eaCopy full SHA for e4b73ea
plugins/ga.js
@@ -15,7 +15,7 @@ export default ({ app }) => {
15
/*
16
** Set the current page
17
*/
18
- ga('create', 'UA-160636504-1', 'auto')
+ ga('create', process.env.GA, 'auto')
19
20
** Every time the route changes (fired on initialization too)
21
0 commit comments