Skip to content

Commit

Permalink
add google gtag
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Jan 4, 2025
1 parent fea44c3 commit 57d9f0f
Show file tree
Hide file tree
Showing 3 changed files with 342 additions and 22 deletions.
8 changes: 4 additions & 4 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ const config = {
require.resolve('./src/css/custom.css'),
],
},
// gtag: {
// trackingID: '---------',
// anonymizeIP: true,
// },
gtag: {
trackingID: 'G-6MKJ1X7CFS',
anonymizeIP: true,
},
}),
],
],
Expand Down
Loading

0 comments on commit 57d9f0f

Please sign in to comment.