Skip to content

Commit

Permalink
Add missing LQIP props
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbleasel committed Oct 23, 2024
1 parent db67c34 commit 4eb1a6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/web/app/blog/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ const BlogPost = async ({ params }: BlogPostProperties) => {
alt=""
className="my-16 h-full w-full rounded-xl"
priority
blurDataURL={page.imageBlur}
placeholder="blur"
/>
) : undefined}
<div className="mt-16 flex flex-col items-start gap-8 sm:flex-row">
Expand Down
2 changes: 2 additions & 0 deletions apps/web/app/blog/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ const Blog: FC = () => (
alt={post.title}
width={1336}
height={751}
blurDataURL={post.imageBlur}
placeholder="blur"
/>
<div className="flex flex-row items-center gap-4">
<p className="text-muted-foreground text-sm">
Expand Down

0 comments on commit 4eb1a6d

Please sign in to comment.