update matomo
This commit is contained in:
@@ -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')
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user