Skip to content

Commit

Permalink
Merge pull request #142 from AthennaIO/develop
Browse files Browse the repository at this point in the history
feat(gtag): configure gtag
  • Loading branch information
jlenon7 committed Oct 28, 2023
2 parents 455f83d + 35d264a commit 9765e8c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ const config = {
theme: {
customCss: require.resolve('./static/css/root.css'),
},
gtag: {
trackingID: 'G-TPPC0L9LCF',
anonymizeIP: false,
},
}),
],
],
Expand Down
1 change: 1 addition & 0 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"dependencies": {
"@docusaurus/core": "2.4.3",
"@docusaurus/plugin-google-gtag": "^2.4.3",
"@docusaurus/plugin-pwa": "^2.4.3",
"@docusaurus/preset-classic": "2.4.3",
"@docusaurus/theme-mermaid": "^2.4.3",
Expand Down

0 comments on commit 9765e8c

Please sign in to comment.