Skip to content

Commit 76ebee0

Browse files
committed
Switch from gtag to googleTagManager
Signed-off-by: Dan Barr <[email protected]>
1 parent 90ef229 commit 76ebee0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docusaurus.config.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@ const config: Config = {
6363
theme: {
6464
customCss: [require.resolve('./src/css/custom.css')],
6565
},
66-
gtag: {
67-
trackingID: 'GTM-KKJFZX3J',
68-
anonymizeIP: true,
66+
googleTagManager: {
67+
containerId: 'GTM-KKJFZX3J',
6968
},
7069
} satisfies Preset.Options,
7170
],

0 commit comments

Comments
 (0)