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 committed May 14, 2023
1 parent ca39597 commit e806c40
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ const config = {
plugins: [
'docusaurus-plugin-sass',
[
'docusaurus-node-polyfills', { excludeAliases: ['console']}
'docusaurus-node-polyfills',
{
excludeAliases: ['console']
}
]
],

Expand All @@ -47,6 +50,10 @@ const config = {
blog: false,
theme: {
customCss: require.resolve('./src/scss/Global.module.scss'),
},
gtag: {
trackingID: 'G-DH3T88LK5K',
anonymizeIP: true
}
})
]
Expand Down

0 comments on commit e806c40

Please sign in to comment.