feat: add Plausible support
All checks were successful
Linux arm64 / Build-and-Deploy (push) Successful in 46s

This commit is contained in:
2025-05-15 19:54:19 +02:00
parent b9ce2ffdc2
commit 543198994b
3 changed files with 2063 additions and 1753 deletions

3789
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -7,16 +7,19 @@
},
"dependencies": {
"@types/react-router-dom": "^5.3.3",
"i18next": "^24.2.2",
"i18next-browser-languagedetector": "^8.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^15.4.1",
"react-router-dom": "^6.22.0",
"i18next": "^22.5.1",
"i18next-browser-languagedetector": "^8.1.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-i18next": "^10.0.0",
"react-router-dom": "^7.6.0",
"react-scripts": "^5.0.1",
"react-scroll": "^1.8.9",
"typescript": "^5.8.2",
"web-vitals": "^2.1.4"
"react-scroll": "^1.9.3",
"typescript": "^4.9.5",
"web-vitals": "^5.0.1"
},
"devDependencies": {
"@babel/plugin-transform-private-property-in-object": "^7.27.1"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",

View File

@@ -13,6 +13,10 @@
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Portfolio</title>
<!-- Plausible -->
<script defer data-domain="thibaut.ale-pri.com"
src="https://plausible.ale-pri.com/js/script.file-downloads.hash.outbound-links.js"></script>
<script>window.plausible = window.plausible || function () { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
</head>
<body>