diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2023-12-24 10:23:38 +0000 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2023-12-24 10:23:38 +0000 |
| commit | c5010811f1d64b21b6a8403733df3f8f3f2b8242 (patch) | |
| tree | 6163cdc89658082e7beaf53c61bd2ab47544fe07 /package.json | |
| parent | cc0ef23af08bd3c5927d85394407b117339d97ef (diff) | |
| download | submelon.dev-c5010811f1d64b21b6a8403733df3f8f3f2b8242.tar.gz submelon.dev-c5010811f1d64b21b6a8403733df3f8f3f2b8242.tar.bz2 submelon.dev-c5010811f1d64b21b6a8403733df3f8f3f2b8242.zip | |
Add image optimization for generation
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 7bb69b7..2dcb7d1 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,8 @@ }, "devDependencies": { "@11ty/eleventy": "^2.0.1", + "@11ty/eleventy-img": "^3.1.8", + "@types/11ty__eleventy-img": "^2.0.5", "@types/node": "^20.10.5", "badgen-cli": "^0.2.0", "prettier": "^3.1.1", |
