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

fix: umami

parent b34c9fbe
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,12 @@ export default {
content:
config.site_description || process.env.npm_package_description || '',
},
{
hid: 'umami',
autoTrack: true,
websiteId: '9a1eba12-8e69-4417-bbeb-2526f48accbb',
scriptUrl: 'https://analytics.axiom-team.fr/umami.js',
},
],
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.svg' }],
bodyAttrs: {
......@@ -120,8 +126,6 @@ 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)
......
......@@ -34,7 +34,6 @@
"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