Skip to content

Commit

Permalink
update google analytics settings
Browse files Browse the repository at this point in the history
  • Loading branch information
SallyMcGrath committed Mar 1, 2022
1 parent 6fb0af9 commit 903820d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ module.exports = {
theme: {
customCss: require.resolve("./src/css/custom.css"),
},
googleAnalytics: {
trackingID: "UA-159979458-2",
anonymizeIP: true,
},
},
],
],
Expand All @@ -30,10 +34,6 @@ module.exports = {
},
],
themeConfig: {
googleAnalytics: {
trackingID: "UA-159979458-2",
anonymizeIP: true,
},
algolia: {
appId: "4CNHVT1TSF",
apiKey: "a7559fa1da1a033cfb3d7c7f108173ae",
Expand Down Expand Up @@ -158,7 +158,7 @@ module.exports = {
{
to: "workshops/interviews/index",
label: "Interviews",
position: "left"
position: "left",
},
{
label: "-----------",
Expand Down

0 comments on commit 903820d

Please sign in to comment.