You are browsing as a guest. Sign up (or log in) to start making projects!

35m 49s logged

GitHub Pages Deployment

I deployed the app to GitHub pages.

I encountered one issue: The images were not loading, because GitHub page URLs end with the name of the repository, so the root of the app is not at / but on /<Repository-Name>. The path of my images were preceded with a / which is incorrect when the root is not at /. Removing the / resolved the issue.

0
3

Comments 0

No comments yet. Be the first!