Skip to content

Commit 8b31e7b

Browse files
committed
Add gtag
1 parent fe33bd2 commit 8b31e7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/website/docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ const config = {
5656
require.resolve("@fontsource/roboto/700.css"),
5757
],
5858
},
59+
gtag: {
60+
trackingID: "G-8NBTQ7N6RB",
61+
anonymizeIP: true,
62+
},
5963
}),
6064
],
6165
],

0 commit comments

Comments
 (0)