chore: early return if no img

This commit is contained in:
Cory Dransfeldt 2023-10-21 13:28:06 -07:00
parent b1c54a5b79
commit 1bec07756c

View file

@ -147,7 +147,7 @@ module.exports = function (eleventyConfig) {
outputDir: './_site/assets/img/cache/',
})
console.log(src)
if (!src) return
let imageAttributes = {
class: css,