Skip to content

Commit

Permalink
Feature gtag envvar (#151)
Browse files Browse the repository at this point in the history
* hard code gtag

* gtag as an envvar
  • Loading branch information
thorwolpert authored Oct 22, 2024
1 parent dcc075e commit 2dd8870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/site/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ export default defineNuxtConfig({
},
gtag: {
// enabled: process.env.NODE_ENV === 'production'
id: 'G-GKRC2V8PT4'
id: process.env.NUXT_PUBLIC_GTAG_ID
}
})

0 comments on commit 2dd8870

Please sign in to comment.