Skip to content

Commit

Permalink
change staticfile CDN domain
Browse files Browse the repository at this point in the history
  • Loading branch information
plainheart committed Mar 16, 2024
1 parent ef5bdfd commit 295cf01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default {
script: [
{
src: isCN
? 'https://cdn.staticfile.org/jquery/3.7.1/jquery.min.js'
? 'https://cdn.staticfile.net/jquery/3.7.1/jquery.min.js'
: 'https://fastly.jsdelivr.net/npm/[email protected]/dist/jquery.min.js'
},
{
Expand Down

0 comments on commit 295cf01

Please sign in to comment.