Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
try to optimize image sizes with nuxt-image
Browse files Browse the repository at this point in the history
  • Loading branch information
hlassiege committed Nov 12, 2023
1 parent 09fd5d7 commit 1f637da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/BlogCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
v-if="img"
class="object-cover w-full h-52"
:src="'/images' + img"
width="418"
height="208"
loading="lazy"
format="webp"
alt="Blog post cover"
Expand Down

0 comments on commit 1f637da

Please sign in to comment.