From 27488885ba3b2f3cf6700a2ec93cfe2343a9ef8e Mon Sep 17 00:00:00 2001 From: zhangyouchen <67458623+zhangyouchen@users.noreply.github.com> Date: Sat, 1 Jan 2022 19:52:56 +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 cad96de..8c8d518 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://raw.githubusercontent.com/hunshcn/gh-proxy/master/pages/index.html' // 前缀,如果自定义路由为example.com/gh/*,将PREFIX改为 '/gh/',注意,少一个杠都会错! const PREFIX = '/' // git使用cnpmjs镜像、分支文件使用jsDelivr镜像的开关,0为关闭,默认开启