GitHub pages and relative paths

前端 未结 7 1161
梦如初夏
梦如初夏 2020-11-30 22:40

I have created a gh-pages branch for a project that I am working on at GitHub.

I use Sublime text to author the website locally and my problem is that w

7条回答
  •  情话喂你
    2020-11-30 23:36

    You could just put

    
    

    inside of the tag, and it solves the problem.

    You could also improve this solution by setting:

    
    

    and then set site.baseurl to empty string for the local testing.

提交回复
热议问题