Skip to content

Commit

Permalink
fix(analytics): hardcode id
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Aug 31, 2021
1 parent 16a8e01 commit 4536d29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default {
// https://go.nuxtjs.dev/typescript
'@nuxt/typescript-build',
'@nuxtjs/composition-api/module',
'@nuxtjs/google-analytics',
['@nuxtjs/google-analytics', { id: 'UA-47285625-1' }],
'@nuxtjs/html-validator',
['@nuxtjs/moment', { locales: ['de'] }],
// https://go.nuxtjs.dev/stylelint
Expand Down Expand Up @@ -238,7 +238,6 @@ export default {
plugins: ['~/plugins/baseUrl.ts', '~/plugins/i18n.ts'],
publicRuntimeConfig: {
googleAnalytics: {
id: process.env.GOOGLE_ANALYTICS_ID,
debug: process.env.NODE_ENV !== 'production',
},
},
Expand Down

0 comments on commit 4536d29

Please sign in to comment.