修复404在非根目录下错误链接,导致style.css无法正确获取 - #173
Open
LySnake wants to merge 1 commit into
Hidden character warning
The head ref may contain hidden characters: "yelee\u5b98\u65b9"
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
在404.html文件中,生成如下样式为正确:
<link rel="stylesheet" href="/css/style.css">
而我的环境中生成的是:
<link rel="stylesheet" href="css/style.css">
导致在https://userName.github.io/blog/a/dfssdfsdfs.html这样错误连接中,实际请求的http连接是https://userName.github.io/blog/a/css/style.css而获取不到style.css显示错乱。
hexo环境:

官方对css辅助函数的说法