Skip to content

Commit

Permalink
update cashing
Browse files Browse the repository at this point in the history
  • Loading branch information
Holger Hellinger committed Jan 23, 2024
1 parent 005baf8 commit ace66ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/_11ty/shortcodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ const picture = async function (
formats: ["avif", "jpeg"],
urlPath: "/img/",
outputDir: "./dist/img/",
sharpAvifOptions: {
quality: 80,
},
sharpJpegOptions: {
quality: 80,
},
});

const imageAttributes = {
Expand Down

0 comments on commit ace66ed

Please sign in to comment.