diff --git a/documentation/docusaurus.config.js b/documentation/docusaurus.config.js index 9583a543..0fd1cad8 100644 --- a/documentation/docusaurus.config.js +++ b/documentation/docusaurus.config.js @@ -28,6 +28,12 @@ const siteConfig = { theme: { customCss: require.resolve('./src/css/custom.css'), }, + gtag: { + // You can also use your "G-" Measurement ID here. + trackingID: "G-DPWSR1T889", + // Optional fields. + anonymizeIP: true, // Should IPs be anonymized? + }, }, ], ], @@ -37,12 +43,6 @@ const siteConfig = { apiKey: '3b7cf26a19755c7de95bcb3632edd314', indexName: 'superplate', }, - gtag: { - // You can also use your "G-" Measurement ID here. - trackingID: "G-DPWSR1T889", - // Optional fields. - anonymizeIP: true, // Should IPs be anonymized? - }, navbar: { title: 'superplate', logo: {