Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/redis/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Github pages github页面缺少路径_Github Pages_Relative Path - Fatal编程技术网

Github pages github页面缺少路径

Github pages github页面缺少路径,github-pages,relative-path,Github Pages,Relative Path,在my github repo中,路径“TriviaGame/assets/images/”中存在一个文件夹,但在该repo的io页面上,指向该文件的路径会生成一个“404”。github页面似乎没有上载图像。[“TriviaGame/assets/images/backgroundimage.png”][1] TriviaGame/assets/images/backgroundImage.png 加载资源失败:服务器响应状态为404() dboothy.github.io/:1获取404

在my github repo中,路径“TriviaGame/assets/images/”中存在一个文件夹,但在该repo的io页面上,指向该文件的路径会生成一个“404”。github页面似乎没有上载图像。[“TriviaGame/assets/images/backgroundimage.png”][1]

TriviaGame/assets/images/backgroundImage.png

加载资源失败:服务器响应状态为404()

dboothy.github.io/:1获取404

[1] :

.content wrap{
背景:url(“../images/backgroundimage.png”)无重复中心固定;
背景尺寸:封面;
最小高度:100vh;
}

剩余时间:
电影琐事
试着在允许的时间内回答尽可能多的问题

开始 完成
在上面的css中,我键入: “./images/backgroundimage.png”

当文件名为“./images/backgroundImage.png”时