Skip to content

Commit

Permalink
Merge pull request #178 from europeana/feat/MET-5991-Matomo-Fix
Browse files Browse the repository at this point in the history
Matomo Fix
  • Loading branch information
andyjmaclean committed May 22, 2024
2 parents 60f7e02 + 701bd35 commit 4ee29db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/environments/matomo-settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const matomoSiteId = getEnvVar('matomoSiteId');
type PAQ = Array<Array<string>>;

export const matomoSettings = {
matomoTrackerUrl: `${matomoHost}/matomo.php`,
matomoTrackerUrl: `${matomoHost}`,
matomoScriptUrl: `${matomoHost}/matomo.js`,
matomoSiteId: parseInt(`${matomoSiteId}`),
getPAQ: (): PAQ => {
Expand Down

0 comments on commit 4ee29db

Please sign in to comment.