Skip to content

Commit

Permalink
fix: tracking enable Google Tag Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Jun 26, 2023
1 parent d970221 commit dd5139b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion siteInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ const { version: defaultVersion, homepage: hp } = JSON.parse(
export const version = process.env.VERSION ?? defaultVersion ?? Date.now()
export const homepage = hp
// Google Tag Manager ID
export const GTMId = undefined // 'GTM-WF4CVFX'
export const GTMId = 'GTM-WF4CVFX'

0 comments on commit dd5139b

Please sign in to comment.