We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f303d96 commit bbf9d30Copy full SHA for bbf9d30
1 file changed
documentation/docusaurus.config.ts
@@ -68,7 +68,7 @@ const config: Config = {
68
gtag: process.env.NODE_ENV === 'production' ? {
69
trackingID: 'G-ZS5D6SB4ZJ',
70
anonymizeIP: true,
71
- } : undefined,
+ } : false,
72
} satisfies Preset.Options,
73
],
74
0 commit comments