From e936f84831e78101e5175a27869021096f79e601 Mon Sep 17 00:00:00 2001 From: TaurusXin Date: Tue, 2 Jul 2024 10:04:50 +0800 Subject: [PATCH] chore: change cdn to staticfile --- data/external.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/external.yaml b/data/external.yaml index fc50d9d..2c93097 100644 --- a/data/external.yaml +++ b/data/external.yaml @@ -4,20 +4,20 @@ Vibrant: type: script 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= type: script 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= type: script 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 - - 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 KaTeX: