This commit is contained in:
parent
870c7dd69c
commit
bc86cae8aa
@ -30,6 +30,7 @@ export default function BackgroundImage() {
|
|||||||
<img
|
<img
|
||||||
src={getImageUrl(backgroundImage)}
|
src={getImageUrl(backgroundImage)}
|
||||||
alt="Background image"
|
alt="Background image"
|
||||||
|
fetchPriority="high"
|
||||||
className={`absolute -z-50 object-cover w-screen h-screen blur-sm brightness-[33%] pointer-events-none select-none`}
|
className={`absolute -z-50 object-cover w-screen h-screen blur-sm brightness-[33%] pointer-events-none select-none`}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user