update matomo

This commit is contained in:
2021-02-28 16:16:57 +02:00
parent 7c43b6b5dd
commit cd53cb26e6
2 changed files with 8 additions and 0 deletions

View File

@@ -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')