attempt to add matomo tracking
This commit is contained in:
parent
f61f69f087
commit
3c79172a68
3 changed files with 20 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue