From 4fb37f165b4690b1529a40888a3dfbab3b02aa44 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Sun, 28 Aug 2022 12:22:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E7=94=B1=E4=BA=8E?= =?UTF-8?q?=20Vercel=20=E6=9C=8D=E5=8A=A1=20DNS=20=E6=B1=A1=E6=9F=93?= =?UTF-8?q?=E7=9A=84=E9=97=B4=E6=AD=87=E6=80=A7=E6=8A=BD=E9=A3=8E=E9=97=AE?= =?UTF-8?q?=E9=A2=98=EF=BC=8C=E4=B8=BA=20Vercel=20=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E4=BA=86=E8=87=AA=E5=AE=9A=E4=B9=89=E5=9F=9F?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/theme/components/Comment.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/theme/components/Comment.vue b/docs/.vitepress/theme/components/Comment.vue index 1ec51f276..c46dec025 100644 --- a/docs/.vitepress/theme/components/Comment.vue +++ b/docs/.vitepress/theme/components/Comment.vue @@ -36,7 +36,7 @@ if (type.value && type.value == 'gitalk') { language: 'zh-CN', distractionFreeMode: false, // 默认: https://cors-anywhere.azm.workers.dev/https://github.com/login/oauth/access_token - proxy: 'https://cors-server-charles7c.vercel.app/github_access_token' + proxy: 'https://vercel.charles7c.top/github_access_token' }) }