Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Update with existing tag id.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Robinson <[email protected]>
  • Loading branch information
merobi-hub committed Jan 9, 2024
1 parent 6e2db87 commit c8c3785
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const config = {
},
'js/google_analytics.js',
{
src: 'https://www.googletagmanager.com/gtag/js?id=G-JWM05WR5QM',
src: 'https://www.googletagmanager.com/gtag/js?id=G-T2Z1XWX9H8',
async: true,
},
],
Expand Down
2 changes: 1 addition & 1 deletion static/js/google_analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-JWM05WR5QM');
gtag('config', 'G-T2Z1XWX9H8');

0 comments on commit c8c3785

Please sign in to comment.