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 3a7448a commit 634cb71Copy full SHA for 634cb71
src/app/blog/page.tsx
@@ -15,7 +15,7 @@ export default function page() {
15
<div className="xl:w-[1200px] lg:w-[1000px] md:w-[768px] w-full px-4 flex gap-4 flex-col py-2">
16
<Header />
17
18
- <Image src={HeroImage} className="h-[200px] w-full object-cover" alt="picture of sunset" />
+ <Image src={HeroImage} className="h-[200px] w-full object-cover" alt="picture of sunset" priority />
19
20
21
0 commit comments