From 8e91de548b0876836022ed959486aa7dca644310 Mon Sep 17 00:00:00 2001 From: Arianrhod Sandlot Date: Tue, 27 Feb 2024 19:49:54 +0800 Subject: [PATCH] fix: update cdn --- src/core/constants/dependencies.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/core/constants/dependencies.ts b/src/core/constants/dependencies.ts index f86dd5e..22bf708 100644 --- a/src/core/constants/dependencies.ts +++ b/src/core/constants/dependencies.ts @@ -18,8 +18,7 @@ const cdnHosts = [ 'https://gcore.jsdelivr.net', 'https://fastly.jsdelivr.net', 'https://testingcf.jsdelivr.net', - 'https://jsd.cdn.zzko.cn', - 'https://jsd.lihaoyu.cn', + 'https://www.jsdelivr.ren', ] let [selectedCDNHost] = cdnHosts