test: change cdn to bootcdn
This commit is contained in:
parent
48a48075f8
commit
aa4b5792bc
@ -1,23 +1,23 @@
|
|||||||
Vibrant:
|
Vibrant:
|
||||||
- src: https://fastly.jsdelivr.net/npm/node-vibrant@3.1.6/dist/vibrant.min.js
|
- src: https://registry.npmmirror.com/node-vibrant/3.1.6/files/dist/vibrant.min.js
|
||||||
integrity: sha256-awcR2jno4kI5X0zL8ex0vi2z+KMkF24hUW8WePSA9HM=
|
integrity: sha256-awcR2jno4kI5X0zL8ex0vi2z+KMkF24hUW8WePSA9HM=
|
||||||
type: script
|
type: script
|
||||||
|
|
||||||
PhotoSwipe:
|
PhotoSwipe:
|
||||||
- src: https://fastly.jsdelivr.net/npm/photoswipe@4.1.3/dist/photoswipe.min.js
|
- src: https://cdn.bootcdn.net/ajax/libs/photoswipe/4.1.3/photoswipe.min.js
|
||||||
integrity: sha256-ePwmChbbvXbsO02lbM3HoHbSHTHFAeChekF1xKJdleo=
|
integrity: sha256-ePwmChbbvXbsO02lbM3HoHbSHTHFAeChekF1xKJdleo=
|
||||||
type: script
|
type: script
|
||||||
defer: true
|
defer: true
|
||||||
|
|
||||||
- src: https://fastly.jsdelivr.net/npm/photoswipe@4.1.3/dist/photoswipe-ui-default.min.js
|
- src: https://cdn.bootcdn.net/ajax/libs/photoswipe/4.1.3/photoswipe-ui-default.min.js
|
||||||
integrity: sha256-UKkzOn/w1mBxRmLLGrSeyB4e1xbrp4xylgAWb3M42pU=
|
integrity: sha256-UKkzOn/w1mBxRmLLGrSeyB4e1xbrp4xylgAWb3M42pU=
|
||||||
type: script
|
type: script
|
||||||
defer: true
|
defer: true
|
||||||
|
|
||||||
- src: https://fastly.jsdelivr.net/npm/photoswipe@4.1.3/dist/default-skin/default-skin.min.css
|
- src: https://cdn.bootcdn.net/ajax/libs/photoswipe/4.1.3/default-skin/default-skin.min.css
|
||||||
type: style
|
type: style
|
||||||
|
|
||||||
- src: https://fastly.jsdelivr.net/npm/photoswipe@4.1.3/dist/photoswipe.min.css
|
- src: https://cdn.bootcdn.net/ajax/libs/photoswipe/4.1.3/photoswipe.min.css
|
||||||
type: style
|
type: style
|
||||||
|
|
||||||
KaTeX:
|
KaTeX:
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<!-- CSS -->
|
<!-- CSS -->
|
||||||
<link href="https://fastly.jsdelivr.net/npm/artalk@2.8.3/dist/Artalk.css" rel="stylesheet">
|
<link href="https://cdn.bootcdn.net/ajax/libs/artalk/2.8.3/Artalk.css" rel="stylesheet">
|
||||||
|
|
||||||
<!-- JS -->
|
<!-- JS -->
|
||||||
<script src="https://fastly.jsdelivr.net/npm/artalk@2.8.3/dist/Artalk.js"></script>
|
<script src="https://cdn.bootcdn.net/ajax/libs/artalk/2.8.3/Artalk.js"></script>
|
||||||
|
|
||||||
<!-- Artalk -->
|
<!-- Artalk -->
|
||||||
<div id="Comments"></div>
|
<div id="Comments"></div>
|
||||||
|
@ -13,8 +13,8 @@
|
|||||||
<script src="https://fastly.jsdelivr.net/gh/sprucejoy/cookie-consent-autoblock-gdpr/cookie-consent.js" crossorigin="anonymous"></script>
|
<script src="https://fastly.jsdelivr.net/gh/sprucejoy/cookie-consent-autoblock-gdpr/cookie-consent.js" crossorigin="anonymous"></script>
|
||||||
|
|
||||||
<!-- highlight.js -->
|
<!-- highlight.js -->
|
||||||
<link href="https://fastly.jsdelivr.net/npm/highlight.js@9.12.0/styles/atom-one-dark.min.css" rel="stylesheet">
|
<link href="https://cdn.bootcdn.net/ajax/libs/highlight.js/9.12.0/styles/atom-one-dark.min.css" rel="stylesheet">
|
||||||
<script src="https://fastly.jsdelivr.net/gh/highlightjs/cdn-release@9.12.0/build/highlight.min.js"></script>
|
<script src="https://cdn.bootcdn.net/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
|
||||||
<script>hljs.initHighlightingOnLoad()</script>
|
<script>hljs.initHighlightingOnLoad()</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user