Skip to content

Instantly share code, notes, and snippets.

@termorrell
Created May 21, 2020 22:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save termorrell/72a2c6f3a8dc926c7c46953e57f1ca94 to your computer and use it in GitHub Desktop.
Save termorrell/72a2c6f3a8dc926c7c46953e57f1ca94 to your computer and use it in GitHub Desktop.
nuxt.config.js
export default {
...
buildModules: [
['@nuxtjs/google-analytics', {
id: 'UA-********-**'
}],
],
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment