Skip to content

Commit 5c91251

Browse files
authored
Update matamo.ts
1 parent 5622619 commit 5c91251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remixdesktop/src/utils/matamo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export function trackEvent(category: string, action: string, name: string, value
3636

3737
//console.log('Matomo tracking params:', params.toString());
3838

39-
fetch(`https://matomo.remix.live/matomo//matomo.php?${params.toString()}`, {
39+
fetch(`https://matomo.remix.live/matomo/matomo.php?${params.toString()}`, {
4040
method: 'GET'
4141
}).then(async res => {
4242
if (res.ok) {

0 commit comments

Comments
 (0)