Skip to content
Snippets Groups Projects
Commit b34c9fbe authored by Emmanuel Salomon's avatar Emmanuel Salomon :fist:
Browse files

feat: added umami

parent 5783c5a9
No related branches found
No related tags found
No related merge requests found
......@@ -120,6 +120,8 @@ export default {
'@nuxtjs/feed',
// https://sitemap.nuxtjs.org/fr/
'@nuxtjs/sitemap',
// https://github.com/ijkml/nuxt-umami
'nuxt-umami',
],
// Axios module configuration (https://go.nuxtjs.dev/config-axios)
......@@ -196,6 +198,15 @@ export default {
factory: feedFactory,
},
umami: {
autoTrack: true,
doNotTrack: false,
cache: false,
domains: 'monnaie-libre.fr',
websiteId: '9a1eba12-8e69-4417-bbeb-2526f48accbb',
scriptUrl: 'https://analytics.axiom-team.fr/umami.js',
},
/**
* Build configuration
*/
......
......@@ -34,6 +34,7 @@
"nuxt-clipboard": "^0.0.2",
"nuxt-content-body-html": "^1.1.1",
"nuxt-i18n": "^6.19.0",
"nuxt-umami": "^1.1.0",
"particles.vue": "^2.10.0",
"postcss": "^7",
"reading-time": "^1.3.0",
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment