Merge branch 'main' into v9
This commit is contained in:
@@ -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",
|
||||
},
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user