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
原因:
主题模版中的cors-anywhere反向代理已不支持直接使用,需要更换。
修改如下:
theme/pure/_config文件中找到gitalk的配置,在末尾加入下面一行:proxy: 'https://cors-anywhere.azm.workers.dev/https://github.com/login/oauth/access_token'
theme/pure/_config
gitalk
proxy: 'https://cors-anywhere.azm.workers.dev/https://github.com/login/oauth/access_token'
修改themes/pure/layout/_script/_comment/gitalk.ejs文件,在第15行下加入如下代码:proxy: '<%= theme.comment.gitalk.proxy %>',
themes/pure/layout/_script/_comment/gitalk.ejs
proxy: '<%= theme.comment.gitalk.proxy %>',
文章参考:
The text was updated successfully, but these errors were encountered:
如上
Sorry, something went wrong.
感谢分享
No branches or pull requests
原因:
主题模版中的cors-anywhere反向代理已不支持直接使用,需要更换。
修改如下:
theme/pure/_config
文件中找到gitalk
的配置,在末尾加入下面一行:proxy: 'https://cors-anywhere.azm.workers.dev/https://github.com/login/oauth/access_token'
修改
themes/pure/layout/_script/_comment/gitalk.ejs
文件,在第15行下加入如下代码:proxy: '<%= theme.comment.gitalk.proxy %>',
文章参考:
The text was updated successfully, but these errors were encountered: