Skip to content

Commit 683e7a6

Browse files
authored
Merge pull request #10386 from ethereum/updateMatomoScript
Update matomoURL
2 parents d48e58b + e1d6ebc commit 683e7a6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

gatsby-config.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -318,17 +318,11 @@ if (!IS_PREVIEW) {
318318
resolve: "gatsby-plugin-matomo",
319319
options: {
320320
siteId: "4",
321-
matomoUrl: "https://matomo.ethereum.org",
321+
matomoUrl: "https://ethereumfoundation.matomo.cloud",
322322
siteUrl,
323323
matomoPhpScript: "matomo.php",
324324
matomoJsScript: "matomo.js",
325325
trackLoad: false,
326-
additionalTrackers: [
327-
{
328-
siteId: "1",
329-
trackerUrl: "https://ethereumfoundation.matomo.cloud/matomo.php",
330-
},
331-
],
332326
},
333327
},
334328
]

0 commit comments

Comments
 (0)