diff --git a/src/main.ts b/src/main.ts index f584a92..d96de40 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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, }) }