Skip to content

Commit ccaab84

Browse files
authored
fix(shortcodes/image): explicit disable useCache (#33)
disable cache for now
1 parent c66f653 commit ccaab84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/shortcodes/image.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ module.exports = (eleventyConfig, userOptions, filename, alt, classes) => {
7777
userOptions.assets.base,
7878
userOptions.assets.images
7979
),
80+
useCache: false,
8081
urlPath: `/${userOptions.assets.base}/${userOptions.assets.images}`,
8182
};
8283
const currentPath = path.join(

0 commit comments

Comments
 (0)