We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 360b16f commit 7ecb2e1Copy full SHA for 7ecb2e1
apps/web/app/blog/[slug]/page.tsx
@@ -74,7 +74,7 @@ const BlogPost: FC<BlogPostProperties> = ({ params }) => {
74
alt=""
75
className="h-full w-full rounded-xl my-16"
76
priority
77
- blurDataURL={`data:image/jpg;base64,${page.imageBlur}`}
+ blurDataURL={page.imageBlur}
78
placeholder="blur"
79
/>
80
) : undefined}
0 commit comments