remove old header/footer content, add hero to page template, update img transform plugin

This commit is contained in:
2026-05-13 10:47:23 -07:00
parent 0ee858d00c
commit 5348f8fb6b
5 changed files with 8 additions and 27 deletions

View File

@ -31,6 +31,9 @@ export default async function (eleventyConfig) {
// output image widths
widths: ["auto"],
// fail on error
failOnError: true,
// optional, attributes assigned on <img> nodes override these values
htmlOptions: {
imgAttributes: {