Skip to content

Commit 90ef229

Browse files
committed
Fix Google Analytics tag
Signed-off-by: Dan Barr <[email protected]>
1 parent 2f76cd5 commit 90ef229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const config: Config = {
6464
customCss: [require.resolve('./src/css/custom.css')],
6565
},
6666
gtag: {
67-
trackingID: 'G-20VGJZ4D38',
67+
trackingID: 'GTM-KKJFZX3J',
6868
anonymizeIP: true,
6969
},
7070
} satisfies Preset.Options,

0 commit comments

Comments
 (0)