feat: add image caching options

This commit is contained in:
Devin Haska 2025-03-16 18:59:22 -07:00
parent 2aa912399c
commit 1036b27614

View file

@ -83,6 +83,12 @@ export default function (eleventyConfig) {
}, },
failOnError: false, failOnError: false,
cacheOptions: {
directory: ".cache",
duration: "30d",
removeUrlQueryParams: false,
},
}); });
// --------------------- Passthrough File Copy ----------------------- // --------------------- Passthrough File Copy -----------------------