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

@ -10,6 +10,7 @@ A curated list of interesting Docusaurus community projects.
- [Awesome Docusaurus](https://github.com/webbertakken/awesome-docusaurus#readme) - Community curated list of Docusaurus resources.
- [Live code editing in Docusaurus](https://dev.to/mrmuhammadali/live-code-editing-in-docusaurus-ux-at-its-best-2hj1)
- [The definitive guide to migrating from Blogger to Docusaurus](https://blog.johnnyreilly.com/definitive-guide-to-migrating-from-blogger-to-docusaurus)
## Showcase {#showcase}

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