mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
docs: add GA conf to config (#18861)
* docs: add GA conf to config * add license and bump docusaurus
This commit is contained in:
@@ -140,6 +140,10 @@ const config = {
|
||||
theme: {
|
||||
customCss: require.resolve('./src/css/custom.css'),
|
||||
},
|
||||
googleAnalytics: {
|
||||
trackingID: 'G-133LHD3B3N',
|
||||
anonymizeIP: true,
|
||||
},
|
||||
}),
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user