1
0
mirror of https://github.com/kremalicious/gatsby-plugin-matomo.git synced 2024-12-22 01:03:21 +01:00

switch default script names

- closes #233
This commit is contained in:
Matthias Kretschmann 2023-07-08 11:35:53 +01:00
parent 5b5f35aaf7
commit d9a22c2467
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -4,8 +4,8 @@ import React from 'react'
function buildTrackingCode(pluginOptions) { function buildTrackingCode(pluginOptions) {
const { const {
matomoUrl, matomoUrl,
matomoPhpScript = 'piwik.php', matomoPhpScript = 'matomo.php',
matomoJsScript = 'piwik.js', matomoJsScript = 'matomo.js',
siteId, siteId,
dev, dev,
localScript, localScript,