Replace Umami tracking code with Nuxt Umami module

This commit is contained in:
Paul Nicoué 2025-03-14 14:34:29 +01:00
parent 992e94d3aa
commit f22bc83129
4 changed files with 405 additions and 54 deletions

View file

@ -137,11 +137,5 @@ export const useAppHead = (pageTitleChunk) => {
itemref: 'schema_name schema_description schema_image',
},
],
script: [
/* Umami tracking code */
{
children: `defer src="https://umami.paulnicoue.com/script.js" data-website-id="2df69370-61fb-424f-9719-d106f3e178b5"`,
},
],
})
}