【问题标题】:Error rendering images with nextJS. Image does not appear使用 nextJS 渲染图像时出错。图像不出现
【发布时间】:2020-07-30 00:13:13
【问题描述】:

我正在尝试使用 nextJS 渲染图像,但它不起作用。我可以通过浏览器 URL 访问这张图片,但是 img 组件没有渲染它。

<img src="/public/images/logo.svg" />

【问题讨论】:

    标签: reactjs next.js


    【解决方案1】:

    您可以使用/ 来引用public 目录中的静态文件。

    <img src="/images/logo.svg" />
    

    Static File Serving

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2023-04-11
      • 2014-06-21
      • 2016-12-06
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-04-25
      相关资源
      最近更新 更多