Skip to content

Commit 87d39e3

Browse files
feat: google gtag
1 parent 28c7571 commit 87d39e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docusaurus.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ const config: Config = {
8989
{
9090
docs: false, // 플러그인으로 대체
9191
blog: false,
92+
gtag: {
93+
trackingID: 'GTM-MDN4L5LV',
94+
anonymizeIP: true,
95+
},
9296
theme: {
9397
customCss: './src/css/custom.css',
9498
},

0 commit comments

Comments
 (0)