fix: compress images for web
All checks were successful
Docker / build-and-push-image (push) Successful in 1m54s

This commit is contained in:
Troy 2025-05-06 18:32:52 +01:00
parent 56fdb222a5
commit 4f9ebdcc66
Signed by: troy
GPG key ID: DFC06C02ED3B4711
39 changed files with 21 additions and 40 deletions

View file

@ -17,7 +17,7 @@
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "3.3.1",
"@tailwindcss/vite": "^4.1.5",
"astro": "^5.7.10",
"astro": "^5.7.11",
"astro-icon": "^1.1.5",
"rehype-external-links": "^3.0.0",
"tailwindcss": "^4.1.5",
@ -26,7 +26,7 @@
"devDependencies": {
"@iconify-json/mdi": "^1.2.3",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^22.15.3",
"@types/node": "^22.15.13",
"npm-check-updates": "^18.0.1",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",