Fix matomo tracking url
This commit is contained in:
@@ -33,7 +33,8 @@ createInertiaApp({
|
|||||||
.use(ZiggyVue, Ziggy)
|
.use(ZiggyVue, Ziggy)
|
||||||
.use(VueMatomo, {
|
.use(VueMatomo, {
|
||||||
host: 'https://matomo.soson.eu/',
|
host: 'https://matomo.soson.eu/',
|
||||||
siteId: '3',
|
trackerUrl: 'https://matomo.soson.eu/matomo.php',
|
||||||
|
siteId: 3,
|
||||||
})
|
})
|
||||||
.mixin({
|
.mixin({
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Reference in New Issue
Block a user