mirror of
https://github.com/halo-dev/docs.git
synced 2025-10-21 10:17:34 +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",
|
changefreq: "weekly",
|
||||||
priority: 0.5,
|
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,
|
theme: darkCodeTheme,
|
||||||
darkTheme: darkCodeTheme,
|
darkTheme: darkCodeTheme,
|
||||||
},
|
},
|
||||||
googleAnalytics: {
|
|
||||||
trackingID: "UA-110780416-7",
|
|
||||||
},
|
|
||||||
gtag: {
|
|
||||||
trackingID: "UA-110780416-7",
|
|
||||||
},
|
|
||||||
algolia: {
|
algolia: {
|
||||||
apiKey: "739f2a55c6d13d93af146c22a4885669",
|
apiKey: "739f2a55c6d13d93af146c22a4885669",
|
||||||
indexName: "docs",
|
indexName: "docs",
|
||||||
|
Reference in New Issue
Block a user