mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-02-01 20:39:45 +01:00
matomo: disable trackLoad
This commit is contained in:
parent
46477cacd6
commit
940f315ccb
@ -49,7 +49,8 @@ module.exports = {
|
||||
siteId: `${matomoSite}`,
|
||||
siteUrl: `${website}`,
|
||||
matomoUrl: `${matomoUrl}`,
|
||||
localScript: '/piwik.js'
|
||||
localScript: '/piwik.js',
|
||||
trackLoad: false
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user