We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4462fe4 commit e9a5fe6Copy full SHA for e9a5fe6
src/features/home/Intro/index.tsx
@@ -7,6 +7,8 @@ import { HiMail } from 'react-icons/hi';
7
8
import { siteConfig } from 'site.config';
9
10
+import { DEFAULT_BLUR_BASE64 } from '@/assets/constants';
11
+
12
const profileImage = `/api/profileImage`;
13
14
const Intro = () => {
@@ -19,6 +21,8 @@ const Intro = () => {
19
21
width={110}
20
22
height={110}
23
alt={'Intro Picture'}
24
+ placeholder="blur"
25
+ blurDataURL={DEFAULT_BLUR_BASE64}
26
/>
27
<section className="flex flex-col justify-around gap-1">
28
<section className="flex flex-col gap-2">
0 commit comments