无法加载资源:只有一个图像无法正常工作

时间:2018-11-21 09:10:22

标签: html path web-deployment filepath ihtmlimgelement

将网站部署到GitHub时,所有图像仍然显示,但是一个图像会引发错误:
Failed to load resource: the server responded with a status of 404 ()
即使它们都具有相同的路径约定(即images/img-1.pngimages/img-2.png ...)。

文件夹结构:

app
├── index.html
├── images
│   ├── armin.png
│   ├── arrows.svg
│   ├── illumi.png // error
    ... other images

路径:

<img src="images/armin.png"> <!-- Works -->
<img src="images/illumi.png"> <!-- doesn't work! -->

为什么会这样以及如何解决?

0 个答案:

没有答案