We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ee5dd commit 187d6edCopy full SHA for 187d6ed
docusaurus.config.js
@@ -178,6 +178,9 @@ const config = {
178
trackingID: 'G-NZ3NL8DLLD',
179
anonymizeIP: true,
180
},
181
+ googleTagManager: {
182
+ containerId: 'G-NZ3NL8DLLD',
183
+ },
184
}),
185
],
186
package.json
@@ -24,7 +24,9 @@
24
"@docusaurus/plugin-client-redirects": "^2.4.3",
25
"@docusaurus/plugin-content-docs": "^2.4.3",
26
"@docusaurus/plugin-google-gtag": "^2.4.3",
27
+ "@docusaurus/plugin-google-tag-manager": "^3.5.2",
28
"@docusaurus/plugin-ideal-image": "^3.3.2",
29
+ "@docusaurus/plugin-pwa": "^3.5.2",
30
"@docusaurus/preset-classic": "2.4.3",
31
"@docusaurus/remark-plugin-npm2yarn": "^2.4.3",
32
"@docusaurus/theme-live-codeblock": "^2.4.3",
0 commit comments