Skip to content

Commit 634e7d7

Browse files
authored
Add google analytics to docs (#97)
1 parent 15e2e29 commit 634e7d7

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
@@ -115,6 +115,10 @@ const config: Config = {
115115
theme: {
116116
customCss: "./src/css/custom.css",
117117
},
118+
gtag: {
119+
trackingID: "G-5180EY5LQR",
120+
anonymizeIP: true,
121+
},
118122
} satisfies Preset.Options,
119123
],
120124
],

0 commit comments

Comments
 (0)