Skip to content

Commit 7ecb2e1

Browse files
committed
Resolves #100
1 parent 360b16f commit 7ecb2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/app/blog/[slug]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const BlogPost: FC<BlogPostProperties> = ({ params }) => {
7474
alt=""
7575
className="h-full w-full rounded-xl my-16"
7676
priority
77-
blurDataURL={`data:image/jpg;base64,${page.imageBlur}`}
77+
blurDataURL={page.imageBlur}
7878
placeholder="blur"
7979
/>
8080
) : undefined}

0 commit comments

Comments
 (0)