Skip to content

Commit

Permalink
docs: remove blog.johnnyreilly.com Google Analytics tag from docs par…
Browse files Browse the repository at this point in the history
…t 2 (#8320)
  • Loading branch information
johnnyreilly authored Nov 17, 2022
1 parent ac81765 commit 0309a6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Most Docusaurus users configure this plugin through the preset options.
// Plugin Options: @docusaurus/plugin-google-gtag

const config = {
trackingID: 'G-226F0LR9KE',
trackingID: 'G-999X9XX9XX',
anonymizeIP: true,
};
```
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Most Docusaurus users configure this plugin through the preset options.
// Plugin Options: @docusaurus/plugin-google-gtag

const config = {
trackingID: 'G-226F0LR9KE',
trackingID: 'G-999X9XX9XX',
anonymizeIP: true,
};
```
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Most Docusaurus users configure this plugin through the preset options.
// Plugin Options: @docusaurus/plugin-google-gtag

const config = {
trackingID: 'G-226F0LR9KE',
trackingID: 'G-999X9XX9XX',
anonymizeIP: true,
};
```

0 comments on commit 0309a6d

Please sign in to comment.