-
@Keithamus ah, right on. I’d likely do this with the
eleventy.after
event: 11ty.dev/docs/events/#event-arguments Theresults
arg gives youinputPath
which would allow you to do a file system check for foo.png and generate it if it doesn’t exist in the output folder. -
@Keithamus One more note that if you use eleventy-img you get that disk cache for free 11ty.dev/docs/plugins/image/#disk-cache