From 517012df66fe17cb24411efc6c06979ba7c23104 Mon Sep 17 00:00:00 2001 From: hlassiege Date: Tue, 21 Nov 2023 21:37:29 +0100 Subject: [PATCH] add analytics with pirsch --- nuxt.config.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index cec88ab4d..ce6e73b2f 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -9,8 +9,10 @@ export default defineNuxtConfig({ }, script: [ { - src: "https://digianalytics.fr/pixel/73jqBv5FmFIZiWt2", + src: "https://api.pirsch.io/pirsch.js", + id: "pirschjs", defer: true, + "data-code": "h0iQydru2I8bInEwhCLefaxGV5SryP06", type: "text/javascript", }, ],