From 7c4ff169142e2298adf7f4a6f7e824fcd09af66d Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Tue, 14 Mar 2023 19:40:34 +0800 Subject: [PATCH] build --- components/ExternalScript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ExternalScript.js b/components/ExternalScript.js index a01735c0..66fe457c 100644 --- a/components/ExternalScript.js +++ b/components/ExternalScript.js @@ -15,7 +15,7 @@ const ExternalScript = () => { // 自动添加图片阴影 if (BLOG.IMG_SHADOW) { - loadExternalResource('/css/img-shadow.css', 'js') + loadExternalResource('/css/img-shadow.css', 'css') } if (BLOG.CUSTOM_EXTERNAL_JS && BLOG.CUSTOM_EXTERNAL_JS.length > 0) {