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 c88f787 commit db54dbeCopy full SHA for db54dbe
website/docusaurus.config.js
@@ -83,6 +83,13 @@ module.exports = {
83
routeBasePath: "/"
84
}
85
],
86
+ [
87
+ "@docusaurus/plugin-google-gtag",
88
+ {
89
+ trackingID: "G-347997629",
90
+ anonymizeIP: true
91
+ }
92
+ ],
93
"@docusaurus/plugin-google-analytics",
94
[
95
"@docusaurus/plugin-client-redirects",
website/package.json
@@ -14,6 +14,7 @@
14
"@docusaurus/plugin-client-redirects": "2.0.0-alpha.70",
15
"@docusaurus/plugin-content-docs": "2.0.0-alpha.70",
16
"@docusaurus/plugin-google-analytics": "2.0.0-alpha.70",
17
+ "@docusaurus/plugin-google-gtag": "^2.2.0",
18
"@docusaurus/plugin-sitemap": "2.0.0-alpha.70",
19
"@docusaurus/theme-classic": "2.0.0-alpha.70",
20
"react": "^16.8.4",
0 commit comments