Skip to content

Commit dbe2378

Browse files
author
Siva Guruvareddiar
committed
cleanup
1 parent 56ec9c6 commit dbe2378

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)