attempt to add matomo tracking

This commit is contained in:
n8fr8 2026-04-24 09:19:49 -04:00
parent f61f69f087
commit 3c79172a68
3 changed files with 20 additions and 0 deletions

View file

@ -70,6 +70,10 @@ const config: Config = {
colorMode: {
respectPrefersColorScheme: true,
},
matomo: {
matomoUrl: 'https://metrics.cleaninsights.org/', // Your Matomo URL
siteId: '20', // Your Site ID (e.g., '1')
},
navbar: {
title: 'Butter',
logo: {
@ -148,4 +152,5 @@ const config: Config = {
} satisfies Preset.ThemeConfig,
};
export default config;