Note that, because this plugin runs after the build completes, you will not be able to import the generated
images into your components or perform any further operations with them in the same build cycle.
This is relevant if you want to output images to src/ and import them in pages to take advantage of Astro’s image optimization.
You can, however, use them in the next build, provided they are not overwritten. If you do this, make sure to account
for the images not existing the first time you perform a build (i.e. use a placeholder image or catch errors from
import statements).