Skip to content

Commit

Permalink
chore: temporarily change cdnjs endpoint to cdnjs.loli.net
Browse files Browse the repository at this point in the history
  • Loading branch information
renbaoshuo authored Jun 15, 2024
1 parent 3ea0933 commit 93d1d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const data = {
};

const cdnjsBaseUrl = process.env.VITE_BAOSHUO_CDNJS
? '//cdnjs.baoshuo.ren/ajax/libs'
? '//cdnjs.loli.net/ajax/libs'
: '//cdnjs.cloudflare.com/ajax/libs';

const externalPackageList = {
Expand Down

0 comments on commit 93d1d68

Please sign in to comment.