docs(analytics): actually USING Matomo to track page views/changes (#32607)

This commit is contained in:
Evan Rusackas
2025-03-11 17:23:57 -06:00
committed by GitHub
parent 4fdeab8dad
commit a3f3a35c20
4 changed files with 130 additions and 39 deletions

View File

@@ -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;