Some optimizations
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m25s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m25s
This commit is contained in:
@@ -10,10 +10,11 @@ import { config } from "../config";
|
||||
<Image
|
||||
src={config.personalInfo.profileImage.src}
|
||||
alt={config.personalInfo.profileImage.alt}
|
||||
width={300}
|
||||
height={300}
|
||||
widths={[192, 384]}
|
||||
sizes="12rem"
|
||||
layout="constrained"
|
||||
priority={true}
|
||||
loading="eager"
|
||||
fetchpriority="high"
|
||||
class="rounded-full mx-auto"
|
||||
style="max-width: 12rem; width: 100%;"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user