Skip to content

Commit 25df20b

Browse files
authored
Merge pull request #849 from europeana/develop
Merge develop into master
2 parents d6d1fe8 + ab077de commit 25df20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/sandbox/src/environments/matomo-settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const matomoSiteId = getEnvVar('matomoSiteId');
66
type PAQ = Array<Array<string>>;
77

88
export const matomoSettings = {
9-
matomoTrackerUrl: `${matomoHost}/matomo.php`,
9+
matomoTrackerUrl: `${matomoHost}`,
1010
matomoScriptUrl: `${matomoHost}/matomo.js`,
1111
matomoSiteId: parseInt(`${matomoSiteId}`),
1212
getPAQ: (): PAQ => {

0 commit comments

Comments
 (0)