diff --git a/eleventy.config.js b/eleventy.config.js index ccfc088..6b3c56b 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -83,6 +83,12 @@ export default function (eleventyConfig) { }, failOnError: false, + + cacheOptions: { + directory: ".cache", + duration: "30d", + removeUrlQueryParams: false, + }, }); // --------------------- Passthrough File Copy -----------------------