1 parent 022cac0 commit 4f0ca9aCopy full SHA for 4f0ca9a
1 file changed
docusaurus.config.js
@@ -253,11 +253,11 @@ module.exports = async function createConfigAsync() {
253
theme: {
254
customCss: require.resolve("./src/css/custom.css"),
255
},
256
- // gtag: {
257
- // trackingID: "GTM-TSXFPF2",
258
- // // Optional fields.
259
- // anonymizeIP: false, // Should IPs be anonymized?
260
- // },
+ gtag: {
+ trackingID: "GTM-TSXFPF2",
+ // Optional fields.
+ anonymizeIP: false, // Should IPs be anonymized?
+ },
261
// Will be passed to @docusaurus/plugin-content-sitemap
262
sitemap: {
263
// Per v2.0.0-alpha.72 cacheTime is now deprecated
0 commit comments