We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b630e9 commit 2f1fa01Copy full SHA for 2f1fa01
src/index.js
@@ -10,9 +10,9 @@ const defaultOptions = {
10
error: reload,
11
}
12
13
-const lazysizes = 'https://cdn.jsdelivr.net/npm/lazysizes/lazysizes.min.js'
+const lazysizes = 'https://unpkg.com/lazysizes/lazysizes.min.js'
14
const bgset =
15
- 'https://cdn.jsdelivr.net/npm/lazysizes/plugins/bgset/ls.bgset.min.js'
+ 'https://unpkg.com/lazysizes/plugins/bgset/ls.bgset.min.js'
16
17
// `Vue.use` automatically prevents you from using
18
// the same plugin more than once,
0 commit comments