Skip to content

Commit

Permalink
Removed image densities above 2x according to https://observableh…
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Aug 1, 2024
1 parent f575623 commit b686f88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const runtimeConfig = useRuntimeConfig();
height="64px"
class="aspect-square h-11 w-11 rounded-full"
:alt="t('thumbnail_preview')"
densities="x1 x2 x3 x4"
densities="x1 x2"
:src="`${runtimeConfig.public.cdnURL}/cdn/thumb/${b.thumb}`"
/>
</figure>
Expand Down

0 comments on commit b686f88

Please sign in to comment.