Skip to content

Commit

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

0 comments on commit 70c3f11

Please sign in to comment.