diff --git a/docs/website/docusaurus.config.js b/docs/website/docusaurus.config.js index c76ea38191..e825e4b9af 100644 --- a/docs/website/docusaurus.config.js +++ b/docs/website/docusaurus.config.js @@ -93,9 +93,6 @@ const config = { theme: { customCss: require.resolve('./src/css/custom.css'), }, - gtag: { - trackingID: ['G-7F1SE12JLR', 'G-PRHSCL1CMK'], - }, }), ], ], @@ -202,6 +199,10 @@ const config = { async: true, defer: true, }, + { + src: 'https://dlthub.com/js/tm.js', + async: true, + }, ], };