Skip to content

Commit

Permalink
docs: improve gtag documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyreilly authored Dec 24, 2021
1 parent 13056ea commit 24e2fa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/api/plugins/plugin-google-gtag.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Most Docusaurus users configure this plugin through the [preset options](#ex-con

```js
const config = {
trackingID: 'UA-141789564-1',
trackingID: '141789564',
anonymizeIP: true,
};
```
Expand All @@ -69,7 +69,7 @@ module.exports = {
{
// highlight-start
gtag: {
trackingID: 'UA-141789564-1',
trackingID: '141789564',
anonymizeIP: true,
},
// highlight-end
Expand All @@ -90,7 +90,7 @@ module.exports = {
'@docusaurus/plugin-google-gtag',
// highlight-start
{
trackingID: 'UA-141789564-1',
trackingID: '141789564',
anonymizeIP: true,
},
// highlight-end
Expand Down

0 comments on commit 24e2fa8

Please sign in to comment.