Skip to content

Commit

Permalink
Enable Google Analytics (#1373)
Browse files Browse the repository at this point in the history
  • Loading branch information
SvMak authored Aug 29, 2024
1 parent d00ca4c commit da1d3a6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,10 @@ const config: Config = {
lastmod: 'datetime',
ignorePatterns: ['/modules/marketplace/details/\\*', '/search'],
},
// IMPORTANT: uncomment for jhipster.github.io in production
// gtag: {
// trackingID: 'G-4L9RJVPGJT',
// anonymizeIP: true
// },
gtag: {
trackingID: 'G-4L9RJVPGJT',
anonymizeIP: true,
},
} satisfies Preset.Options,
],
],
Expand Down

0 comments on commit da1d3a6

Please sign in to comment.