Skip to content
Snippets Groups Projects

Resolve "Add rudimentary matomo tracker to the website"

15 files
+ 557
410
Compare changes
  • Side-by-side
  • Inline
Files
15
@@ -8,4 +8,6 @@
@@ -8,4 +8,6 @@
window["env"]["authApiUrl"] = "${AUTH_API_BASE_URL}";
window["env"]["authApiUrl"] = "${AUTH_API_BASE_URL}";
window["env"]["resourceApiUrl"] = "${RESOURCE_API_BASE_URL}";
window["env"]["resourceApiUrl"] = "${RESOURCE_API_BASE_URL}";
window["env"]["devSystem"] = "${DEV_SYSTEM}";
window["env"]["devSystem"] = "${DEV_SYSTEM}";
 
window["env"]["matomoHost"] = "${MATOMO_HOST}";
 
window["env"]["matomoSiteId"] = "${MATOMO_SITE_ID}";
})(this);
})(this);
Loading