From 973c1bedb4a939dcb3d40bcc0654e339cd732a7f Mon Sep 17 00:00:00 2001 From: valere Date: Thu, 11 Sep 2025 17:48:24 +0200 Subject: [PATCH] add umami --- nuxt.config.ts | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 872c7b7..70c8a56 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -2,5 +2,12 @@ export default defineNuxtConfig({ compatibilityDate: '2025-07-15', devtools: { enabled: true }, - modules: ['@nuxt/eslint', '@nuxtjs/tailwindcss'] -}) \ No newline at end of file + modules: ['@nuxt/eslint', '@nuxtjs/tailwindcss'], + script: [ + { + src: 'https://umami.erudi.fr/script.js', + defer: true, + 'data-website-id': '5a50aa0b-ae83-4efe-aa01-e350a30ec52a' + } + ] +})