From 6fb4e2e426d2cfbf8f6f2c0b398faaa697049a70 Mon Sep 17 00:00:00 2001 From: chendi0207 <52519570+chendi0207@users.noreply.github.com> Date: Thu, 23 Nov 2023 11:36:08 +0800 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 03765ce..6bf2690 100644 --- a/index.js +++ b/index.js @@ -3,7 +3,7 @@ /** * static files (404.html, sw.js, conf.js) */ -const ASSET_URL = 'https://hunshcn.github.io/gh-proxy/' +const ASSET_URL = 'https://chendi0207.github.io/gh-proxy/' // 前缀,如果自定义路由为example.com/gh/*,将PREFIX改为 '/gh/',注意,少一个杠都会错! const PREFIX = '/' // 分支文件使用jsDelivr镜像的开关,0为关闭,默认关闭