0

我有从 API 获取的数据,我想用 Next 和 React 显示一个图像,但我看不到图像出现在屏幕上,只是显示图像的 alt。我使用的是 next/image 而不是 HTML img?

这是来自 API 的 imaeUrl 181fc194-ca2c-4f11-8442-4d52c094491f.jpg

我添加它来修复路径,但仍然显示图像的 alt const image = `/${course.imageUrl}`

 <Image
          src={image}
          alt="Picture of the author"
          width={500}
          height={500}
        />

有什么想法我应该解决这个问题吗?

4

0 回答 0