docs: add GA conf to config (#18861)

* docs: add GA conf to config

* add license and bump docusaurus
This commit is contained in:
Ville Brofeldt
2022-02-23 10:33:12 +02:00
committed by GitHub
parent 9d5c0505cf
commit 700829b74a
3 changed files with 458 additions and 635 deletions

View File

@@ -140,6 +140,10 @@ const config = {
theme: {
customCss: require.resolve('./src/css/custom.css'),
},
googleAnalytics: {
trackingID: 'G-133LHD3B3N',
anonymizeIP: true,
},
}),
],
],