We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5622619 commit 5c91251Copy full SHA for 5c91251
apps/remixdesktop/src/utils/matamo.ts
@@ -36,7 +36,7 @@ export function trackEvent(category: string, action: string, name: string, value
36
37
//console.log('Matomo tracking params:', params.toString());
38
39
- fetch(`https://matomo.remix.live/matomo//matomo.php?${params.toString()}`, {
+ fetch(`https://matomo.remix.live/matomo/matomo.php?${params.toString()}`, {
40
method: 'GET'
41
}).then(async res => {
42
if (res.ok) {
0 commit comments