【发布时间】:2022-11-04 23:54:38
【问题描述】:
我的代码如下:
import Image from "next/image";
import React from "react";
import { ProcessImg } from "../public/assets/process_img.png";
<Image
className="lg:w-3/5 md:w-1/2 object-cover object-center rounded-lg md:mt-0 mt-12"
src={ProcessImg}
height={100}
width={100}
alt="step"
/>
替代文本仅在 输出截图如下: https://freeimage.host/i/mEBJiN
我尝试更改图像的扩展名。我尝试更改图像的 src。我期待在浏览器中显示图像。
【问题讨论】:
标签: reactjs web next.js nextjs-image next-images