Skip to content

Commit

Permalink
remove ga add tm (#2008)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Fife <[email protected]>
  • Loading branch information
alexanderfifefd and Alexander Fife authored Nov 1, 2024
1 parent 350fcb0 commit 4312332
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@ const config = {
theme: {
customCss: require.resolve('./src/css/custom.css'),
},
gtag: {
trackingID: ['G-7F1SE12JLR', 'G-PRHSCL1CMK'],
},
}),
],
],
Expand Down Expand Up @@ -202,6 +199,10 @@ const config = {
async: true,
defer: true,
},
{
src: 'https://dlthub.com/js/tm.js',
async: true,
},
],
};

Expand Down

0 comments on commit 4312332

Please sign in to comment.