Merge branch 'main' into v9

This commit is contained in:
Zach Leatherman
2024-03-07 08:19:33 -06:00
5 changed files with 53 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ export default function(eleventyConfig) {
// e.g. <img loading decoding> assigned on the HTML tag will override these values.
defaultAttributes: {
loading: "lazy",
decoding: "async"
}
decoding: "async",
},
});
};