We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我用rcpress快速构建了我自己的Gofi文档静态网站,https://gofi-doc.sloaix.com/
在构建过程中发现一个问题,rcpress对于有前缀的静态站点貌似存在BUG(忘了记录BUG)。
# package.json ... cross-env base=/Gofi rcpress generate ...
在js请求的部分css的时候,前缀Gofi实际的url是Sloaix.github.io/Gofiasstes/....少了一个分隔符。
Sloaix.github.io/Gofiasstes/....
所以目前我使用了GitHubPages自定义域名的方式,暂时跨过这个BUG。
目前我暂时没有时间去排查问题的原因。
之后有时间了我会再排查一下,并很乐意提交一个PR。:)
The text was updated successfully, but these errors were encountered:
感谢使用。 这个bug我以前好像遇到过。。。 貌似没有啥影响 就没管。因为你找到的那个css是个空的style文件。
Sorry, something went wrong.
No branches or pull requests
我用rcpress快速构建了我自己的Gofi文档静态网站,https://gofi-doc.sloaix.com/
在构建过程中发现一个问题,rcpress对于有前缀的静态站点貌似存在BUG(忘了记录BUG)。
# package.json ... cross-env base=/Gofi rcpress generate ...
在js请求的部分css的时候,前缀Gofi实际的url是
Sloaix.github.io/Gofiasstes/....
少了一个分隔符。所以目前我使用了GitHubPages自定义域名的方式,暂时跨过这个BUG。
目前我暂时没有时间去排查问题的原因。
之后有时间了我会再排查一下,并很乐意提交一个PR。:)
The text was updated successfully, but these errors were encountered: