Skip to content

Commit 5c1ce4f

Browse files
fix: gtag
1 parent 69e95c4 commit 5c1ce4f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docusaurus.config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,12 @@ const config: Config = {
9090
docs: false, // 플러그인으로 대체
9191
blog: false,
9292
gtag: {
93-
trackingID: 'GTM-MDN4L5LV',
93+
trackingID: 'G-P3YFWCWEBP',
9494
anonymizeIP: true,
9595
},
96+
googleTagManager: {
97+
containerId: 'GTM-MDN4L5LV',
98+
},
9699
theme: {
97100
customCss: './src/css/custom.css',
98101
},

0 commit comments

Comments
 (0)