From d9a22c24673be97fd69d87a51bbb9d38cda290ae Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sat, 8 Jul 2023 11:35:53 +0100 Subject: [PATCH] switch default script names - closes #233 --- src/gatsby-ssr.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gatsby-ssr.js b/src/gatsby-ssr.js index ae6e39a..fd7beda 100644 --- a/src/gatsby-ssr.js +++ b/src/gatsby-ssr.js @@ -4,8 +4,8 @@ import React from 'react' function buildTrackingCode(pluginOptions) { const { matomoUrl, - matomoPhpScript = 'piwik.php', - matomoJsScript = 'piwik.js', + matomoPhpScript = 'matomo.php', + matomoJsScript = 'matomo.js', siteId, dev, localScript,