feat: use custom domain for plausible analytics

This commit is contained in:
Valentin Kaelin 2021-03-09 20:24:27 +01:00
parent 462457413a
commit f4d4f4d0db

View file

@ -15,6 +15,7 @@ Vue.use(VueAxios)
Vue.use(VuePlausible, {
domain: 'leaguestats.gg',
trackLocalhost: false,
apiHost: 'https://stats.leaguestats.gg'
})
Vue.$plausible.enableAutoPageviews()
Vue.use(VueMeta)