mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 16:26:15 -04:00
feat(track): added plausible tracker
This commit is contained in:
parent
5486bcfd85
commit
29891e0f0d
4 changed files with 39 additions and 0 deletions
|
@ -56,9 +56,16 @@ export default {
|
|||
'@nuxtjs/svg',
|
||||
'nuxt-i18n',
|
||||
'@nuxtjs/markdownit',
|
||||
'vue-plausible',
|
||||
'@nuxtjs/sitemap' // Must stay last
|
||||
],
|
||||
|
||||
plausible: {
|
||||
domain: process.env.NUXT_ENV_PLAUSIBLE_DOMAIN,
|
||||
apiHost: process.env.NUXT_ENV_PLAUSIBLE_API_HOST,
|
||||
trackLocalhost: false
|
||||
},
|
||||
|
||||
// Axios module configuration (https://go.nuxtjs.dev/config-axios)
|
||||
axios: {},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue