You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.
For info, I had some troubles deploying to Gihub pages, and the issue was solved relatively simply, but after a waste of a lot of time.
I did not realize that the index.html which I had came from this useful template.
In the HTML file, links start with '/', which means they are absolute:
template/public/index.html
Lines 9 to 13 in 47ed448
Making the links relative solved my issue:
https://www.reddit.com/r/webdev/comments/gu07t8/deploying_my_svelte_app_to_github_pages/fsii05k/
The text was updated successfully, but these errors were encountered: