Skip to content

Commit

Permalink
Remove unused generated avif images.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjmnrsh committed Sep 16, 2024
1 parent 7b548b3 commit ca5f945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Flourish.astro
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const cssProps = await Promise.all(
.join('.')
.toLocaleLowerCase()
const avifImage = await generateImage(image, 'avif', opts)
// const avifImage = await generateImage(image, 'avif', opts)
const webpImage = await generateImage(image, 'webp', opts)
const pngImage = await generateImage(image, 'png', opts)
Expand Down

0 comments on commit ca5f945

Please sign in to comment.