Fix matomo tracking url

This commit is contained in:
2024-03-28 05:57:44 +01:00
parent c8ed8c2abe
commit 4aca08d89a

View File

@@ -33,7 +33,8 @@ createInertiaApp({
.use(ZiggyVue, Ziggy)
.use(VueMatomo, {
host: 'https://matomo.soson.eu/',
siteId: '3',
trackerUrl: 'https://matomo.soson.eu/matomo.php',
siteId: 3,
})
.mixin({
methods: {