feat: intégration nuxt-umami + refonte logo SVG TheHeader
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
- nuxt-umami@3.2.1 installé, module configuré (host + website ID) - suppression injection script manuelle dans app.vue - TheHeader : logo § repassé en tracé SVG unique avec dégradé primary→accent Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -15,8 +15,16 @@ export default defineNuxtConfig({
|
||||
'@vueuse/nuxt',
|
||||
'@nuxt/image',
|
||||
'@nuxtjs/sitemap',
|
||||
'nuxt-umami',
|
||||
],
|
||||
|
||||
umami: {
|
||||
host: 'https://stats.librodrome.org',
|
||||
id: '95ff616d-9ce1-47d9-bca2-f6ddc344a99a',
|
||||
autoTrack: true,
|
||||
ignoreLocalhost: true,
|
||||
},
|
||||
|
||||
site: {
|
||||
url: 'https://librodrome.org',
|
||||
name: 'Le Librodrome',
|
||||
|
||||
Reference in New Issue
Block a user