Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

Resolve "Add matomo stats"

Merged Julie Thezenas requested to merge 33-add-matomo-stats into master
3 files
+ 52
1
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 15
1
@@ -100,7 +100,7 @@ module.exports = {
],
},
],
// eslint-disable-next-line quotes
copyright: `Lydra © ${new Date().getFullYear()}` +"<br/>"+ `Froggit est fièrement fabriqué avec ❤️ par <a href="http://lydra.fr/">Lydra</a> avec des Logiciels Libres et hébergé en 🇫🇷 chez <a href="https://www.scaleway.fr/">Scaleway</a>` +"<br/>"+ `Construit avec <a href="https://docusaurus.io/fr">Docusaurus</a>`,
},
@@ -131,4 +131,18 @@ module.exports = {
},
],
],
plugins: [
[
// https://github.com/gabrielcsapo/docusaurus-plugin-matomo#usage
require.resolve("@gabrielcsapo/docusaurus-plugin-matomo"),
{
siteId: "5",
matomoUrl: "https://stats.esprit-libre-conseil.com",
siteUrl: process.env.DOCUSAURUS_URL || "https://froggit.fr",
matomoPhpScript: "m.php",
matomoJsScript: "m.js",
enableJSErrorTracking: true,
},
],
],
};
Loading