mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 21:46:22 -04:00
[dev] disable matomo on dev
This commit is contained in:
parent
f3cd9616e6
commit
99b7f93a84
@ -2,9 +2,11 @@ import Vue from 'vue'
|
||||
import VueMatomo from 'vue-matomo'
|
||||
|
||||
export default ({ app }) => {
|
||||
Vue.use(VueMatomo, {
|
||||
router: app.router,
|
||||
host: 'https://matomo.avris.it',
|
||||
siteId: 20,
|
||||
})
|
||||
if (process.env.NODE_ENV === 'production') {
|
||||
Vue.use(VueMatomo, {
|
||||
router: app.router,
|
||||
host: 'https://matomo.avris.it',
|
||||
siteId: 20,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user