以下のようにpriority={true}
を記述すると画像の優先度が高くなり、プリロードされるようになります。
<Image
src="me.png"
alt="Picture of the author"
width={500}
height={500}
priority={true}
/>
Go to list of users who liked
More than 1 year has passed since last update.
以下のようにpriority={true}
を記述すると画像の優先度が高くなり、プリロードされるようになります。
<Image
src="me.png"
alt="Picture of the author"
width={500}
height={500}
priority={true}
/>
Register as a new user and use Qiita more conveniently
Go to list of users who liked