Skip to content

Commit

Permalink
fix: update jsdelivr cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
xjh22222228 committed Aug 21, 2024
1 parent f6ece43 commit 759e23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export function getCdn(
break;

case NetworkCDN.Jsdelivr:
url = `https://cdn.jsdelivr.net/gh/${id()}@${getLocalBranch()}/${path}`;
url = `https://gcore.jsdelivr.net/gh/${id()}@${getLocalBranch()}/${path}`;
break;

case NetworkCDN.Gitee:
Expand Down

0 comments on commit 759e23e

Please sign in to comment.