From 6c85ee229d9eb22fec25ccaaa2c064640b1db9ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Delafontaine?= Date: Fri, 14 Jun 2024 14:27:26 +0200 Subject: [PATCH] mise en place tracker matomo --- ...pubtodockerhub.yml => build-pubtodockerhub.yml} | 0 docusaurus.config.js | 14 +++++++------- 2 files changed, 7 insertions(+), 7 deletions(-) rename .github/workflows/{build-test-pubtodockerhub.yml => build-pubtodockerhub.yml} (100%) diff --git a/.github/workflows/build-test-pubtodockerhub.yml b/.github/workflows/build-pubtodockerhub.yml similarity index 100% rename from .github/workflows/build-test-pubtodockerhub.yml rename to .github/workflows/build-pubtodockerhub.yml diff --git a/docusaurus.config.js b/docusaurus.config.js index a76e25c..349215b 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -120,13 +120,13 @@ const config = { // darkTheme: prismThemes.dracula, // }, - // configuration pour le relevé de statistiques - penser à renseigner le siteId lors de l'activation - // matomo: { - // matomoUrl: 'https://piwik.abes.fr/', - // siteId: '', - // phpLoader: 'matomo.php', - // jsLoader: 'matomo.js', - // }, + // configuration pour le relevé de statistiques - penser à renseigner le siteId lors de l'activation + matomo: { + matomoUrl: 'https://piwik.abes.fr/', + siteId: '39', + phpLoader: 'matomo.php', + jsLoader: 'matomo.js', + }, }), };