From 7c22c4f22ebb488866f264ef03047009c4a78434 Mon Sep 17 00:00:00 2001 From: Puechberty Arthur Date: Wed, 29 Apr 2026 15:58:05 +0200 Subject: [PATCH] feat: ajouter le script Matomo pour le suivi des analyses Co-authored-by: Copilot --- app/layout.tsx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/app/layout.tsx b/app/layout.tsx index 9c38b59..12ad2d7 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,4 +1,5 @@ import type { Metadata } from "next"; +import Script from "next/script"; import { Geist, Geist_Mono } from "next/font/google"; import "./globals.css"; @@ -30,6 +31,22 @@ export default function RootLayout({ {children} + {/* Matomo */} + ); }