Skip to content

Commit

Permalink
Resolves #100
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbleasel committed May 30, 2024
1 parent 360b16f commit 7ecb2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/blog/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const BlogPost: FC<BlogPostProperties> = ({ params }) => {
alt=""
className="h-full w-full rounded-xl my-16"
priority
blurDataURL={`data:image/jpg;base64,${page.imageBlur}`}
blurDataURL={page.imageBlur}
placeholder="blur"
/>
) : undefined}
Expand Down

0 comments on commit 7ecb2e1

Please sign in to comment.