mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
docs(analytics): actually USING Matomo to track page views/changes (#32607)
This commit is contained in:
@@ -329,12 +329,15 @@ const config: Config = {
|
||||
},
|
||||
} satisfies ThemeConfig,
|
||||
scripts: [
|
||||
'/script/matomo.js',
|
||||
// {
|
||||
// src: 'https://www.bugherd.com/sidebarv2.js?apikey=enilpiu7bgexxsnoqfjtxa',
|
||||
// async: true,
|
||||
// },
|
||||
],
|
||||
customFields: {
|
||||
matomoUrl: 'https://analytics.apache.org',
|
||||
matomoSiteId: '22',
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user