From 7129d09d816a86998794d08f149870729dc5a2c8 Mon Sep 17 00:00:00 2001 From: cyhone Date: Wed, 5 May 2021 18:04:28 +0800 Subject: [PATCH] Change gitalk default official proxy (#257) --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 19f710e..8ad6332 100644 --- a/_config.yml +++ b/_config.yml @@ -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