Skip to content

Commit

Permalink
fix: google analytics settings (#42)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Wang <i@ryanc.cc>
  • Loading branch information
ruibaby authored Feb 18, 2022
1 parent 7e02344 commit 019aae4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ const darkCodeTheme = require("prism-react-renderer/themes/palenight");
changefreq: "weekly",
priority: 0.5,
},
googleAnalytics: {
trackingID: "UA-110780416-7",
},
gtag: {
trackingID: "UA-110780416-7",
},
}),
],
],
Expand Down Expand Up @@ -148,12 +154,6 @@ const darkCodeTheme = require("prism-react-renderer/themes/palenight");
theme: darkCodeTheme,
darkTheme: darkCodeTheme,
},
googleAnalytics: {
trackingID: "UA-110780416-7",
},
gtag: {
trackingID: "UA-110780416-7",
},
algolia: {
apiKey: "739f2a55c6d13d93af146c22a4885669",
indexName: "docs",
Expand Down

0 comments on commit 019aae4

Please sign in to comment.