We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 622499d + 0f1df7d commit ab077deCopy full SHA for ab077de
projects/sandbox/src/environments/matomo-settings.ts
@@ -6,7 +6,7 @@ const matomoSiteId = getEnvVar('matomoSiteId');
6
type PAQ = Array<Array<string>>;
7
8
export const matomoSettings = {
9
- matomoTrackerUrl: `${matomoHost}/matomo.php`,
+ matomoTrackerUrl: `${matomoHost}`,
10
matomoScriptUrl: `${matomoHost}/matomo.js`,
11
matomoSiteId: parseInt(`${matomoSiteId}`),
12
getPAQ: (): PAQ => {
0 commit comments