This commit is contained in:
tangly1024.com
2023-03-14 19:40:34 +08:00
parent 309e857c01
commit 7c4ff16914

View File

@@ -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) {