mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +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, {
|
||||
domain: 'leaguestats.gg',
|
||||
trackLocalhost: false,
|
||||
apiHost: 'https://stats.leaguestats.gg'
|
||||
})
|
||||
Vue.$plausible.enableAutoPageviews()
|
||||
Vue.use(VueMeta)
|
||||
|
|
|
|||
Loading…
Reference in a new issue