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.
2 parents d48e58b + e1d6ebc commit 683e7a6Copy full SHA for 683e7a6
gatsby-config.ts
@@ -318,17 +318,11 @@ if (!IS_PREVIEW) {
318
resolve: "gatsby-plugin-matomo",
319
options: {
320
siteId: "4",
321
- matomoUrl: "https://matomo.ethereum.org",
+ matomoUrl: "https://ethereumfoundation.matomo.cloud",
322
siteUrl,
323
matomoPhpScript: "matomo.php",
324
matomoJsScript: "matomo.js",
325
trackLoad: false,
326
- additionalTrackers: [
327
- {
328
- siteId: "1",
329
- trackerUrl: "https://ethereumfoundation.matomo.cloud/matomo.php",
330
- },
331
- ],
332
},
333
334
]
0 commit comments