Skip to content

Commit f1a3793

Browse files
authored
add g analytics to website (#11)
1 parent 9b7315e commit f1a3793

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

website/docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ const config = {
7878
theme: {
7979
customCss: './src/css/custom.css',
8080
},
81+
gtag: {
82+
trackingID: 'G-1NJ0H4237Y',
83+
anonymizeIP: true,
84+
},
8185
}),
8286
],
8387
],

0 commit comments

Comments
 (0)