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

fix: use umami from header

parent 37d7e237
No related branches found
No related tags found
No related merge requests found
......@@ -45,9 +45,11 @@ export default {
},
{
hid: 'umami',
autoTrack: true,
websiteId: '9a1eba12-8e69-4417-bbeb-2526f48accbb',
scriptUrl: 'https://analytics.axiom-team.fr/umami.js',
'auto-track': true,
'data-website-id': '9a1eba12-8e69-4417-bbeb-2526f48accbb',
async: true,
defer: true,
src: 'https://analytics.axiom-team.fr/umami.js',
},
],
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.svg' }],
......
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