From 95fcd6abb83dff49b0184a794248c87298a7e246 Mon Sep 17 00:00:00 2001 From: Ben Echols Date: Sun, 27 Jul 2025 14:15:00 -0700 Subject: [PATCH] fix gtag error --- docusaurus.config.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index d8af10299f..196814b85b 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -254,11 +254,11 @@ module.exports = async function createConfigAsync() { theme: { customCss: require.resolve("./src/css/custom.css"), }, - // gtag: { - // trackingID: "GTM-TSXFPF2", - // // Optional fields. - // anonymizeIP: false, // Should IPs be anonymized? - // }, + gtag: { + trackingID: "GTM-TSXFPF2", + // Optional fields. + anonymizeIP: false, // Should IPs be anonymized? + }, // Will be passed to @docusaurus/plugin-content-sitemap sitemap: { // Per v2.0.0-alpha.72 cacheTime is now deprecated