chore: change cdn to staticfile

This commit is contained in:
TaurusXin 2024-07-02 10:04:50 +08:00
parent b8f1b6aa74
commit e936f84831
Signed by: taurusxin
GPG Key ID: C334DCA04AC2D2CC

View File

@ -4,20 +4,20 @@ Vibrant:
type: script type: script
PhotoSwipe: PhotoSwipe:
- src: https://cdn.bootcdn.net/ajax/libs/photoswipe/4.1.3/photoswipe.min.js - src: https://cdn.staticfile.net/photoswipe/4.1.3/photoswipe.min.js
integrity: sha256-ePwmChbbvXbsO02lbM3HoHbSHTHFAeChekF1xKJdleo= integrity: sha256-ePwmChbbvXbsO02lbM3HoHbSHTHFAeChekF1xKJdleo=
type: script type: script
defer: true defer: true
- src: https://cdn.bootcdn.net/ajax/libs/photoswipe/4.1.3/photoswipe-ui-default.min.js - src: https://cdn.staticfile.net/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://cdn.bootcdn.net/ajax/libs/photoswipe/4.1.3/default-skin/default-skin.min.css - src: https://cdn.staticfile.net/photoswipe/4.1.3/default-skin/default-skin.min.css
type: style type: style
- src: https://cdn.bootcdn.net/ajax/libs/photoswipe/4.1.3/photoswipe.min.css - src: https://cdn.staticfile.net/photoswipe/4.1.3/photoswipe.min.css
type: style type: style
KaTeX: KaTeX: