iT邦幫忙

2023 iThome 鐵人賽

DAY 28
0

啟用 next/image
圖片

C:\mylab_2023_9\ironman_2023\app\reviews[slug]\page.jsx

import Image from "next/image";

//中間省略

<Image src={review.image} alt="" width="640" height="360"
                className="mb-2 rounded" />

next.config.js

/** @type {import('next').NextConfig} */
module.exports = {
    // output: "export",
    images: {
        remotePatterns: [
            {
                protocol: "http",
                hostname: "localhost",
                port: "1337",
                pathname: "/uploads/**",
            },
        ],
    },
};

圖片

把 html的<img>標籤替換成 Next.js 提供的<Image>標籤

圖片


大叔的鐵人賽第二十八天結束 :)


上一篇
DAY27- ESLint
下一篇
DAY29 - 我使用的字幕翻譯的外掛(chrome)
系列文
中年大叔(40+)前端自學筆記30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言