Skip to content

Commit

Permalink
hard code gtag (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
thorwolpert authored Oct 22, 2024
1 parent 8f2c340 commit dcc075e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/site/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ export default defineNuxtConfig({
accountID: ''
},
gtag: {
enabled: process.env.NODE_ENV === 'production'
// enabled: process.env.NODE_ENV === 'production'
id: 'G-GKRC2V8PT4'
}
})

0 comments on commit dcc075e

Please sign in to comment.