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,