Merge pull request #4457 from mempool/mononaut/matomo-path

matomo path
This commit is contained in:
wiz 2023-12-01 17:54:06 +09:00 committed by GitHub
commit e1bbec074b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);
}
}