Skip to content

Commit d81a197

Browse files
committed
Adding matomo stats
1 parent bddfcc3 commit d81a197

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

docusaurus.common.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ const config: Config = {
2727
locales: ["en"],
2828
},
2929
themeConfig: {
30+
matomo: {
31+
matomoUrl: "https://matomo.ouestware.com/",
32+
siteId: "34",
33+
phpLoader: "matomo.php",
34+
jsLoader: "matomo.js",
35+
},
3036
navbar: {},
3137
footer: {
3238
style: "dark",

package-lock.json

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"@mdx-js/react": "^3.1.0",
2121
"clsx": "^2.1.1",
2222
"copyfiles": "^2.4.1",
23+
"docusaurus-plugin-matomo": "^0.0.8",
2324
"prism-react-renderer": "^2.4.1",
2425
"react": "^19.0.0",
2526
"react-dom": "^19.0.0"

0 commit comments

Comments
 (0)