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

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