From a2b0006d5a463cca7cfa734a3cbb77038dd8f8f3 Mon Sep 17 00:00:00 2001 From: the1812 Date: Sat, 17 Sep 2022 17:05:09 +0800 Subject: [PATCH] Use jsDelivr CDN --- webpack/cdn/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpack/cdn/index.ts b/webpack/cdn/index.ts index 139cb74b1..bf1690d26 100644 --- a/webpack/cdn/index.ts +++ b/webpack/cdn/index.ts @@ -1,3 +1,3 @@ -import { github } from './github' +import { jsdelivr } from './jsdelivr' -export const altCdn = github +export const altCdn = jsdelivr