Skip to content

Commit 2f1fa01

Browse files
authored
chore: switch cdn provider
更换地址
1 parent 2b630e9 commit 2f1fa01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ const defaultOptions = {
1010
error: reload,
1111
}
1212

13-
const lazysizes = 'https://cdn.jsdelivr.net/npm/lazysizes/lazysizes.min.js'
13+
const lazysizes = 'https://unpkg.com/lazysizes/lazysizes.min.js'
1414
const bgset =
15-
'https://cdn.jsdelivr.net/npm/lazysizes/plugins/bgset/ls.bgset.min.js'
15+
'https://unpkg.com/lazysizes/plugins/bgset/ls.bgset.min.js'
1616

1717
// `Vue.use` automatically prevents you from using
1818
// the same plugin more than once,

0 commit comments

Comments
 (0)