Skip to content

Commit 4f0ca9a

Browse files
becholsaxfelix
andauthored
fix gtag error (#3707)
Co-authored-by: Alex Garnett <axfelix@gmail.com>
1 parent 022cac0 commit 4f0ca9a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docusaurus.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -253,11 +253,11 @@ module.exports = async function createConfigAsync() {
253253
theme: {
254254
customCss: require.resolve("./src/css/custom.css"),
255255
},
256-
// gtag: {
257-
// trackingID: "GTM-TSXFPF2",
258-
// // Optional fields.
259-
// anonymizeIP: false, // Should IPs be anonymized?
260-
// },
256+
gtag: {
257+
trackingID: "GTM-TSXFPF2",
258+
// Optional fields.
259+
anonymizeIP: false, // Should IPs be anonymized?
260+
},
261261
// Will be passed to @docusaurus/plugin-content-sitemap
262262
sitemap: {
263263
// Per v2.0.0-alpha.72 cacheTime is now deprecated

0 commit comments

Comments
 (0)