Skip to content

Commit 9b8a479

Browse files
vahmoclaude
andcommitted
feat: enable Google Analytics G-QRTT9VZGJM
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 205f401 commit 9b8a479

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

website/docusaurus.config.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,10 @@ const config = {
168168
priority: null,
169169
ignorePatterns: ['/tags/**', '/search'],
170170
},
171-
// NOTE: Replace G-XXXXXXXXXX with your real Google Analytics 4 ID when available
172-
// gtag: {
173-
// trackingID: 'G-XXXXXXXXXX',
174-
// anonymizeIP: true,
175-
// },
171+
gtag: {
172+
trackingID: 'G-QRTT9VZGJM',
173+
anonymizeIP: true,
174+
},
176175
}),
177176
],
178177
],

0 commit comments

Comments
 (0)