From bda1f99a4a592de958e047a43114eeeac3b64da2 Mon Sep 17 00:00:00 2001 From: Sungchan Yi Date: Tue, 13 Aug 2024 14:14:42 +0900 Subject: [PATCH] feat: update stylesheet --- assets/css/jekyll-theme-chirpy.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/assets/css/jekyll-theme-chirpy.scss b/assets/css/jekyll-theme-chirpy.scss index 442334d..b5ceb51 100644 --- a/assets/css/jekyll-theme-chirpy.scss +++ b/assets/css/jekyll-theme-chirpy.scss @@ -1,7 +1,14 @@ --- --- -@import 'main'; +@import 'main +{%- if jekyll.environment == 'production' -%} + .bundle +{%- endif -%} +'; + +/* append your custom style below */ + @import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css"); /* append your custom style below */