matomo path

This commit is contained in:
Mononaut 2023-11-30 17:35:26 +09:00
parent f1525b7df5
commit 7de7081d67
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E

View File

@ -130,7 +130,7 @@ export class EnterpriseService {
private getMatomo() {
if (this.siteId != null) {
return window['Matomo']?.getTracker(this.statsUrl, this.siteId);
return window['Matomo']?.getTracker(this.statsUrl+'m.php', this.siteId);
}
}