Skip to content

Commit 0c0dfcd

Browse files
committed
fix(matomo): add tableaux to config
1 parent 7a765d2 commit 0c0dfcd

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

client/src/config/matomo-sites.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ export const MATOMO_SITES = {
1919
id: "34",
2020
name: "BSO Prod",
2121
},
22+
"tableaux.dataESR (staging)": {
23+
id: "51",
24+
name: "Tableaux Staging",
25+
},
26+
"tableaux.dataESR (production)": {
27+
id: "52",
28+
name: "Tableaux Prod",
29+
},
2230
} as const;
2331

2432
export type MatomoSiteKey = keyof typeof MATOMO_SITES;

server/config/matomo-sites.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ export const MATOMO_SITES = {
1919
id: "34",
2020
name: "BSO Prod",
2121
},
22+
"tableaux.dataESR (staging)": {
23+
id: "51",
24+
name: "Tableaux Staging",
25+
},
26+
"tableaux.dataESR (production)": {
27+
id: "52",
28+
name: "Tableaux Prod",
29+
},
2230
} as const;
2331

2432
export type MatomoSiteKey = keyof typeof MATOMO_SITES;

0 commit comments

Comments
 (0)