feat: de-duplicate about page lists
All checks were successful
Docker / build-and-push-image (push) Successful in 2m17s

This commit is contained in:
Troy 2025-07-19 20:42:21 +01:00
parent 8e42e17da5
commit a4fc110eb3
Signed by: troy
GPG key ID: DFC06C02ED3B4711
10 changed files with 149 additions and 223 deletions

8
package-lock.json generated
View file

@ -22,7 +22,7 @@
"devDependencies": {
"@iconify-json/mdi": "^1.2.3",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^24.0.14",
"@types/node": "^24.0.15",
"npm-check-updates": "^18.0.1",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
@ -2139,9 +2139,9 @@
}
},
"node_modules/@types/node": {
"version": "24.0.14",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.14.tgz",
"integrity": "sha512-4zXMWD91vBLGRtHK3YbIoFMia+1nqEz72coM42C5ETjnNCa/heoj7NT1G67iAfOqMmcfhuCZ4uNpyz8EjlAejw==",
"version": "24.0.15",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.15.tgz",
"integrity": "sha512-oaeTSbCef7U/z7rDeJA138xpG3NuKc64/rZ2qmUFkFJmnMsAPaluIifqyWd8hSSMxyP9oie3dLAqYPblag9KgA==",
"license": "MIT",
"dependencies": {
"undici-types": "~7.8.0"