浏览代码

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>