#Github pages

4 messages · Page 1 of 1 (latest)

somber gust
#

it's seems that I can't figure out why images not loaded...

Hello, I used github pages to host the portfolio and I did use github action.
The is issue is that I can't figure out why the basePath isn't changing, the src I'm getting in the deployed site is 'https://i1zeus.github.io/' and it's must be 'https://i1zeus.github.io/portfolio/' or what I think it's should work...

so any Ideas?
I already have a site deployed using the same thing I did what I did before too and didn't help me well.🔁

hybrid sequoia
#

Hey, you need to use relative paths for images

#

So for example, if a path is "/image.svg" just change it to something like "./image.svg"

#

Should work I think. I'm still fixing some bugs and then I'll deploy using GitHub pages as well