Skip to content

Commit

Permalink
add anonymised analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsvanloef committed Feb 12, 2024
1 parent 0f141e8 commit 4331050
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docusaurus/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ const config = {
theme: {
customCss: './src/css/custom.css',
},
gtag: {
trackingID: 'G-5HL20GQK0X',
anonymizeIP: true,
},
}),
],
],
Expand Down
1 change: 1 addition & 0 deletions docusaurus/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"dependencies": {
"@docusaurus/core": "3.1.1",
"@docusaurus/plugin-google-gtag": "^3.1.1",
"@docusaurus/preset-classic": "3.1.1",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
Expand Down

0 comments on commit 4331050

Please sign in to comment.