Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deetz99 committed Jan 21, 2025
1 parent 77ce886 commit 81007eb
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions strr-base-web/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,17 @@ export default defineNuxtConfig({
fallback: 'light'
},

gtm: {
enabled: !!process.env.NUXT_GTM_ID?.trim(),
id: process.env.NUXT_GTM_ID?.trim() as string,
debug: true,
defer: true
},

gtag: {
enabled: !!process.env.NUXT_GTAG_ID?.trim(),
id: process.env.NUXT_GTAG_ID?.trim()
},
// gtm: {
// enabled: !!process.env.NUXT_GTM_ID?.trim(),
// id: process.env.NUXT_GTM_ID?.trim() as string,
// debug: true,
// defer: true
// },

// gtag: {
// enabled: !!process.env.NUXT_GTAG_ID?.trim(),
// id: process.env.NUXT_GTAG_ID?.trim()
// },

runtimeConfig: {
public: {
Expand Down

0 comments on commit 81007eb

Please sign in to comment.