This commit is contained in:
Silent YANG 2024-06-16 15:05:20 +08:00
parent 9d729d77da
commit 44d6c21983

View file

@ -38,7 +38,7 @@ app.use(directive);
if(location.hostname == 'k5.vicicode.com' || location.hostname == 'k5.lhw711.cn' || location.hostname == 'mm.md' || location.hostname == 'k5.mm.md'){
app.use(VueMatomo, {
host: '//analytics.vicicode.com/',
host: '//analytics.vicicode.com',
siteId: 2,
})
}