Skip to content

Commit

Permalink
Updates docusaurus and GA to GA4 (#29908)
Browse files Browse the repository at this point in the history
  • Loading branch information
supertopher authored Sep 19, 2023
1 parent 68380cb commit 354a2a4
Show file tree
Hide file tree
Showing 2 changed files with 1,989 additions and 1,555 deletions.
5 changes: 5 additions & 0 deletions docusaurus/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ const config = {
theme: {
customCss: require.resolve("./src/css/custom.css"),
},
gtag: {
trackingID: "G-HDBMVFQGBH",
anonymizeIP: true,
},
}),
],
],
Expand All @@ -97,6 +101,7 @@ const config = {
alt: "Simple, secure and extensible data integration",
src: "img/logo-dark.png",
srcDark: "img/logo-light.png",
width: 140,
height: 40,
},
items: [
Expand Down
Loading

0 comments on commit 354a2a4

Please sign in to comment.