diff --git a/gatsby-config.js b/gatsby-config.js index 724cc322..3a67cf71 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -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',