Skip to content

Commit

Permalink
fix: upgrade google analytics module to the newer gtag module
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotFriend committed Nov 7, 2023
1 parent 87d5527 commit a43002d
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ const config = {
DSN: "efc31f19f9c54082b8d993bfb62eee57",
},
],
[
"@docusaurus/plugin-google-analytics",
{
trackingID: "UA-53373928-1",
anonymizeIP: true,
},
],
[
"docusaurus-plugin-openapi-docs",
{
Expand Down Expand Up @@ -110,6 +103,10 @@ const config = {
theme: {
customCss: [require.resolve("./src/css/custom.scss")],
},
gtag: {
trackingID: "G-ZCT4GYX8KN",
anonymizeIP: true,
}
}),
],
],
Expand Down

0 comments on commit a43002d

Please sign in to comment.