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

24
package-lock.json generated
View file

@ -13,7 +13,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",
@ -22,7 +22,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",
@ -1975,9 +1975,9 @@
}
},
"node_modules/@types/node": {
"version": "22.15.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.3.tgz",
"integrity": "sha512-lX7HFZeHf4QG/J7tBZqrCAXwz9J5RD56Y6MpP0eJkka8p+K0RY/yBTW7CYFJ4VGCclxqOLKmiGP5juQc6MKgcw==",
"version": "22.15.13",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.13.tgz",
"integrity": "sha512-mkmz+UBGCF/ssSObTp1McwQEvIjO2hUnVvZzck61l0su7btUill8OSvzA4N62+AtkJgMhiniyD+wEL5kocZaEA==",
"license": "MIT",
"dependencies": {
"undici-types": "~6.21.0"
@ -2291,9 +2291,9 @@
}
},
"node_modules/astro": {
"version": "5.7.10",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.7.10.tgz",
"integrity": "sha512-9TQcFZqP2w6//JXXUHfw8/5PX7KUx9EkG5O3m+hISuyeUztvjY1q5+p7+C5HiXyg24Zs3KkpieoL5BGRXGCAGA==",
"version": "5.7.11",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.7.11.tgz",
"integrity": "sha512-9qRVwp8pue3isddLBnTexJsmKFpmms9Fo7Ss+3yrC0aINvbHKpD7q6qf52BtfQEk2xJgyx3SQy3dUsuD90sEqQ==",
"license": "MIT",
"dependencies": {
"@astrojs/compiler": "^2.11.0",
@ -2343,7 +2343,7 @@
"tinyglobby": "^0.2.12",
"tsconfck": "^3.1.5",
"ultrahtml": "^1.6.0",
"unifont": "~0.4.1",
"unifont": "~0.5.0",
"unist-util-visit": "^5.0.0",
"unstorage": "^1.15.0",
"vfile": "^6.0.3",
@ -7568,9 +7568,9 @@
}
},
"node_modules/unifont": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/unifont/-/unifont-0.4.1.tgz",
"integrity": "sha512-zKSY9qO8svWYns+FGKjyVdLvpGPwqmsCjeJLN1xndMiqxHWBAhoWDMYMG960MxeV48clBmG+fDP59dHY1VoZvg==",
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/unifont/-/unifont-0.5.0.tgz",
"integrity": "sha512-4DueXMP5Hy4n607sh+vJ+rajoLu778aU3GzqeTCqsD/EaUcvqZT9wPC8kgK6Vjh22ZskrxyRCR71FwNOaYn6jA==",
"license": "MIT",
"dependencies": {
"css-tree": "^3.0.0",