mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
Change gitalk default official proxy (#257)
This commit is contained in:
parent
eb59f7f694
commit
7129d09d81
@ -629,7 +629,7 @@ gitalk:
|
||||
admin_user: # GitHub repo owner and collaborators, only these guys can initialize gitHub issues
|
||||
distraction_free_mode: true # Facebook-like distraction free mode
|
||||
# When the official proxy is not available, you can change it to your own proxy address
|
||||
proxy: https://cors-anywhere.herokuapp.com/https://github.com/login/oauth/access_token # This is official proxy adress
|
||||
proxy: https://cors-anywhere.azm.workers.dev/https://github.com/login/oauth/access_token # This is official proxy adress
|
||||
# Gitalk's display language depends on user's browser or system environment
|
||||
# If you want everyone visiting your site to see a uniform language, you can set a force language value
|
||||
# Available values: en | es-ES | fr | ru | zh-CN | zh-TW
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user