Skip to content

Commit fc0c788

Browse files
committed
fix(matomo): add bso
1 parent e07c33a commit fc0c788

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

client/src/config/matomo-sites.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ export const MATOMO_SITES = {
1515
id: "50",
1616
name: "Works Magnet Prod",
1717
},
18+
BSO: {
19+
id: "34",
20+
name: "BSO Prod",
21+
},
1822
} as const;
1923

2024
export type MatomoSiteKey = keyof typeof MATOMO_SITES;

server/config/matomo-sites.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ export const MATOMO_SITES = {
1515
id: "50",
1616
name: "Works Magnet Prod",
1717
},
18+
BSO: {
19+
id: "34",
20+
name: "BSO Prod",
21+
},
1822
} as const;
1923

2024
export type MatomoSiteKey = keyof typeof MATOMO_SITES;

0 commit comments

Comments
 (0)