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.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.