mirror of
https://github.com/halo-dev/docs.git
synced 2025-10-19 00:38:24 +00:00
fix: google analytics settings (#42)
Signed-off-by: Ryan Wang <i@ryanc.cc>
This commit is contained in:
@@ -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",
|
||||
},
|
||||
}),
|
||||
],
|
||||
],
|
||||
@@ -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",
|
||||
|
Reference in New Issue
Block a user