From 5d5e8dc3a50b4c5382f3286e533d7a46f767f258 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 12 Sep 2018 21:50:54 +0200 Subject: [PATCH] add gatsby-plugin-matomo --- gatsby-config.js | 8 ++++++++ 1 file changed, 8 insertions(+) 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',