diff --git a/gridsome.config.js b/gridsome.config.js index a874f8ee4..9e44e26b4 100644 --- a/gridsome.config.js +++ b/gridsome.config.js @@ -342,6 +342,13 @@ module.exports = { ] } }, + { + use: 'gridsome-plugin-matomo', + options: { + host: 'https://analytics.threefold.io', + siteId: 5 + } + } ], chainWebpack: config => { config.resolve.alias.set('@images', '@/assets/images') diff --git a/package.json b/package.json index 5f61cceb2..8ff585722 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "core-js": "^3.6.5", "gridsome": "^0.7.3", "gridsome-plugin-flexsearch": "github:hamdy/gridsome-plugin-flexsearch", + "gridsome-plugin-matomo": "^0.1.0", "gridsome-plugin-remark-prismjs-all": "^0.3.5", "gridsome-plugin-tailwindcss": "^3.0.1", "gridsome-source-graphql": "^1.0.2",