generated from inherentlee/11ty
remove old header/footer content, add hero to page template, update img transform plugin
This commit is contained in:
@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user