1
0
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:
Matthias Kretschmann 2020-04-12 11:15:54 +02:00
parent 46477cacd6
commit 940f315ccb
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -49,7 +49,8 @@ module.exports = {
siteId: `${matomoSite}`,
siteUrl: `${website}`,
matomoUrl: `${matomoUrl}`,
localScript: '/piwik.js'
localScript: '/piwik.js',
trackLoad: false
}
},
{