feat: include overall uni grade on about
All checks were successful
Docker / build-and-push-image (push) Successful in 59s

This commit is contained in:
Troy 2025-06-24 17:09:28 +01:00
parent c1826e1d6b
commit 5c32eca77a
Signed by: troy
GPG key ID: DFC06C02ED3B4711
5 changed files with 22 additions and 16 deletions

View file

@ -17,7 +17,7 @@
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "3.4.1",
"@tailwindcss/vite": "^4.1.10",
"astro": "^5.10.0",
"astro": "^5.10.1",
"astro-icon": "^1.1.5",
"rehype-external-links": "^3.0.0",
"tailwindcss": "^4.1.10",
@ -28,7 +28,7 @@
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^24.0.3",
"npm-check-updates": "^18.0.1",
"prettier": "^3.5.3",
"prettier": "^3.6.0",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.13"
}