- run 11ty in dry mode (skips writing files)
- images are still processed even if cache duration is specified as
2w
still unclear if it actually re-fetches the files or just logs
eleventyConfig.addPlugin(eleventyImageTransformPlugin, {
formats: ["avif", "webp", "png", "jpeg"],
cacheOptions: {
duration: "2w",
},
});

2wstill unclear if it actually re-fetches the files or just logs