mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-14 21:10:25 +01:00
add gatsby-plugin-matomo
This commit is contained in:
parent
752405020a
commit
5d5e8dc3a5
@ -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-plugin-react-helmet',
|
||||||
'gatsby-transformer-yaml',
|
'gatsby-transformer-yaml',
|
||||||
'gatsby-plugin-sharp',
|
'gatsby-plugin-sharp',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user