Skip to content

Commit 2bb6463

Browse files
authored
Add Google Analytics Tag (#510)
Signed-off-by: Orlix <orlin@orlix.org>
1 parent d843919 commit 2bb6463

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
@@ -123,6 +123,10 @@ module.exports = {
123123
theme: {
124124
customCss: [require.resolve("./src/css/custom.css")],
125125
},
126+
gtag: {
127+
trackingID: 'G-0RWWWC4YDC',
128+
anonymizeIP: true,
129+
},
126130
},
127131
],
128132
],

0 commit comments

Comments
 (0)