Skip to content

Commit

Permalink
Update [...slug].vue
Browse files Browse the repository at this point in the history
  • Loading branch information
ashcolor authored Jun 26, 2024
1 parent b51af66 commit 02c97d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/blog/[...slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ const navigations = computed(() => {
<div class="mx-auto mb-8 w-full">
<NuxtImg
:src="article?.thumbnail"
format="avif"
quality="60"
sizes="100vw lg:600px"
format="webp"

Check failure on line 99 in pages/blog/[...slug].vue

View workflow job for this annotation

GitHub Actions / deploy

Parsing error: duplicate-attribute

Check failure on line 99 in pages/blog/[...slug].vue

View workflow job for this annotation

GitHub Actions / deploy

Duplicate attribute 'format'
alt="サムネイル"
Expand Down

0 comments on commit 02c97d7

Please sign in to comment.