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 d6d1fe8 + ab077de commit 25df20bCopy full SHA for 25df20b
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