Hi @icicesttg
As explained in [Support Guide] I’ve deployed my site but I still see "Page not found” you need an index.html
file. If you change Badji.html
to index.html
this will fix the issue.
There is an issue in the Badji.html
file though, specifically the image source path. This path is a Windows-style path, and won’t work in a browser. Additionally, the case and file path are incorrect as it is Pictures\profilePicture.JPG
however the directory in GitHub is Picture
(no s
) and the file Profile Picture.JPG
(with a space).
As a general rule, filesname are always lowercase, and should not contain spaces. Replace spaces with either hyphen -
or underscore _
.