Skip to content

Commit

Permalink
fix(google-analytics): use correct ga id (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
binzcodes authored Dec 7, 2019
1 parent 399dc1b commit 0589f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default {
}
},
googleAnalytics: {
id: 'G-LB56SNSQ7G'
id: 'UA-56868171-2'
},
/*
** Customize the progress-bar color
Expand Down

0 comments on commit 0589f2f

Please sign in to comment.