Skip to content

Commit e4b73ea

Browse files
committed
Added ga
1 parent c2f6ec6 commit e4b73ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/ga.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default ({ app }) => {
1515
/*
1616
** Set the current page
1717
*/
18-
ga('create', 'UA-160636504-1', 'auto')
18+
ga('create', process.env.GA, 'auto')
1919
/*
2020
** Every time the route changes (fired on initialization too)
2121
*/

0 commit comments

Comments
 (0)