1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-01-22 15:49:39 +01:00

add gatsby-plugin-matomo

This commit is contained in:
Matthias Kretschmann 2018-09-12 21:50:54 +02:00
parent 752405020a
commit 5d5e8dc3a5
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -108,6 +108,14 @@ module.exports = {
}
}
},
{
resolve: 'gatsby-plugin-matomo',
options: {
siteId: '1',
matomoUrl: 'https://analytics.kremalicious.com',
siteUrl: `${url}`
}
},
'gatsby-plugin-react-helmet',
'gatsby-transformer-yaml',
'gatsby-plugin-sharp',