Skip to content

Commit 634cb71

Browse files
committed
optimization
1 parent 3a7448a commit 634cb71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/blog/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default function page() {
1515
<div className="xl:w-[1200px] lg:w-[1000px] md:w-[768px] w-full px-4 flex gap-4 flex-col py-2">
1616
<Header />
1717

18-
<Image src={HeroImage} className="h-[200px] w-full object-cover" alt="picture of sunset" />
18+
<Image src={HeroImage} className="h-[200px] w-full object-cover" alt="picture of sunset" priority />
1919

2020

2121

0 commit comments

Comments
 (0)