We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63dc027 commit 113d9b0Copy full SHA for 113d9b0
docusaurus.config.ts
@@ -66,6 +66,10 @@ const config: Config = {
66
theme: {
67
customCss: "./src/css/custom.css",
68
},
69
+ gtag: {
70
+ trackingID: "G-2DXB3BDH70",
71
+ anonymizeIP: true,
72
+ },
73
} satisfies Preset.Options,
74
],
75
@@ -163,7 +167,8 @@ const config: Config = {
163
167
items: [
164
168
{
165
169
label: "Feedback",
166
- to: "https://docs.google.com/forms/d/e/1FAIpQLSeHnmkPdR_IvWnT6a7U_V3RpfmQrpS8hjxI11FNnsZMlrBa4g/viewform",
170
+ to:
171
+ "https://docs.google.com/forms/d/e/1FAIpQLSeHnmkPdR_IvWnT6a7U_V3RpfmQrpS8hjxI11FNnsZMlrBa4g/viewform",
172
173
174
label: "Announcements",
0 commit comments