記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Components: Image | Next.js
Image The Next.js Image component extends the HTML <img> element for automatic image optimization... Image The Next.js Image component extends the HTML <img> element for automatic image optimization. import Image from 'next/image' export default function Page() { return ( <Image src="/profile.png" width={500} height={500} alt="Picture of the author" /> ) } Good to know: If you are using a version of Next.js prior to 13, you'll want to use the next/legacy/image documentation since the component wa



2022/12/01 リンク