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
Compare and Show latest version
3 files
+ 55
30
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 12
5
@@ -13,10 +13,6 @@ module.exports = {
organizationName: "froggit/www", // Usually your GitHub org/user name.
projectName: "froggit.fr", // Usually your repo name.
themeConfig: {
matomo: {
matomoUrl: "https://stats.esprit-libre-conseil.com/",
siteId: "5",
},
navbar: {
title: "",
logo: {
@@ -166,6 +162,17 @@ module.exports = {
],
],
plugins: [
"docusaurus-plugin-matomo",
[
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,
dev: true,
},
],
],
};
Loading