From eb14c5b6fc9689cb9682a95c9c2cd4c80d304c2a Mon Sep 17 00:00:00 2001 From: Sungchan Yi Date: Mon, 26 Feb 2024 23:41:44 +0900 Subject: [PATCH] fix: set image cdn to bypass image link checks --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 86a90d5..6e7b0ca 100644 --- a/_config.yml +++ b/_config.yml @@ -74,7 +74,7 @@ theme_mode: light # will be added to all image (site avatar & posts' images) paths starting with '/' # # e.g. 'https://cdn.com' -img_cdn: +img_cdn: "https://blog.zxcvber.com" # the avatar on sidebar, support local or CORS resources avatar: assets/img/avatar.png