Skip to content

Commit

Permalink
GA trackingID adjustment (#221)
Browse files Browse the repository at this point in the history
* GA trackingID adjustment

* formatting correction
  • Loading branch information
waldron258 authored Jul 9, 2024
1 parent 1e134a1 commit 247cc71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const config = {
// there will be a third one for real URLs. :)
},
gtag: {
trackingID: 'G-G0XW52NM2K',
trackingID: 'G-T3TVWD5269',
},
blog: {
showReadingTime: true,
Expand Down Expand Up @@ -211,4 +211,4 @@ const config = {
}),
};

module.exports = config;
module.exports = config;

0 comments on commit 247cc71

Please sign in to comment.