Skip to content

Commit

Permalink
switch default script names
Browse files Browse the repository at this point in the history
- closes #233
  • Loading branch information
kremalicious committed Jul 8, 2023
1 parent 5b5f35a commit d9a22c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gatsby-ssr.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d9a22c2

Please sign in to comment.