Skip to content

Commit

Permalink
Adds Google Analytics. Closes #4792
Browse files Browse the repository at this point in the history
  • Loading branch information
milanholemans authored and Jwaegebaert committed May 3, 2023
1 parent cc65944 commit 4ac2d94
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,17 @@ const config = {
plugins: [
'docusaurus-plugin-sass',
[
'docusaurus-node-polyfills', { excludeAliases: ['console']}
'docusaurus-node-polyfills',
{
excludeAliases: ['console']
}
],
[
'@docusaurus/plugin-google-gtag',
{
trackingID: 'G-DH3T88LK5K',
anonymizeIP: true,
}
]
],

Expand Down

0 comments on commit 4ac2d94

Please sign in to comment.