add image support: eleventy-img plugin, hero images, responsive picture elements
All checks were successful
Deploy to S3 / deploy (push) Successful in 45s

This commit is contained in:
2026-03-28 04:55:20 +00:00
parent 88d44c9de9
commit 95a4561392
6 changed files with 88 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
"dev": "eleventy --serve --watch"
},
"dependencies": {
"@11ty/eleventy": "^3.0.0"
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-img": "^5.0.0"
}
}