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
3 files
+ 27
1
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 8
1
@@ -13,6 +13,10 @@ 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: {
@@ -126,7 +130,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>`,
},
@@ -157,4 +161,7 @@ module.exports = {
},
],
],
plugins: [
"docusaurus-plugin-matomo",
],
};
Loading