Skip to content

Commit 28cbf8f

Browse files
committed
Add config for gtag
1 parent abf5ca6 commit 28cbf8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ const config = {
6262
theme: {
6363
customCss: './src/css/custom.css',
6464
},
65+
gtag: {
66+
trackingID: 'G-999X9XX9XX',
67+
anonymizeIP: true,
68+
},
6569
}),
6670
],
6771
],

0 commit comments

Comments
 (0)