docs: remove blog.johnnyreilly.com Google Analytics tag from docs part 2 (#8320)

This commit is contained in:
John Reilly 2022-11-17 10:45:53 +00:00 committed by GitHub
parent ac81765024
commit 0309a6dab2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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,
};
```

View file

@ -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,
};
```

View file

@ -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,
};
```