mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 21:07:27 +00:00
feat: use custom domain for plausible analytics
This commit is contained in:
parent
462457413a
commit
f4d4f4d0db
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ Vue.use(VueAxios)
|
||||||
Vue.use(VuePlausible, {
|
Vue.use(VuePlausible, {
|
||||||
domain: 'leaguestats.gg',
|
domain: 'leaguestats.gg',
|
||||||
trackLocalhost: false,
|
trackLocalhost: false,
|
||||||
|
apiHost: 'https://stats.leaguestats.gg'
|
||||||
})
|
})
|
||||||
Vue.$plausible.enableAutoPageviews()
|
Vue.$plausible.enableAutoPageviews()
|
||||||
Vue.use(VueMeta)
|
Vue.use(VueMeta)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue