소스 검색

fix(header): add priority attribute to Image component for improved loading

vtugulan 6 달 전
부모
커밋
e05356a064
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/components/header.tsx

+ 1 - 0
app/components/header.tsx

@@ -63,6 +63,7 @@ export default function Header() {
               width={32}
               height={8}
               className="h-8 w-auto"
+              priority
             />
           </Link>