docs: link to migration guide from Blogger to Docusaurus / remove blog.johnnyreilly.com Google Analytics tag from docs (#8313)

This commit is contained in:
John Reilly 2022-11-10 11:05:15 +00:00 committed by GitHub
parent 7ffa9f7689
commit dce4a68e03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 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,
};
```