Skip to content

Commit 435ef4f

Browse files
authored
Merge pull request #183 from aws-observability/cleanup
cleanup
2 parents 20671d4 + dbe2378 commit 435ef4f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docusaurus/docusaurus.config.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,20 @@ const config = {
5656
editUrl:
5757
'https://github.com/aws-observability/observability-best-practices/blob/main/docusaurus/',
5858
},
59-
59+
6060
theme: {
6161
customCss: './src/css/custom.css',
6262
},
63+
64+
gtag: {
65+
trackingID: 'G-6Y0BGE0ZHE',
66+
anonymizeIP: true,
67+
},
68+
6369
}),
6470
],
71+
72+
6573
],
6674

6775
plugins: [

0 commit comments

Comments
 (0)