From 12a45f7d42ea92c58d9d4f8ec3c7e72364c8a269 Mon Sep 17 00:00:00 2001 From: Evan Luo Date: Tue, 19 Nov 2024 11:32:31 -0500 Subject: [PATCH 1/2] fix: link icon --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 4ec4c337..50f737e1 100755 --- a/_config.yml +++ b/_config.yml @@ -109,7 +109,7 @@ fontawesome: # Pro v6.2.1 # Duotone version duotone: false # Sharp Solid version - sharp_solid: false + sharp_solid: true # FONTAWESOME <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< end From 9300935eba30a41d239038d47565b0597995738b Mon Sep 17 00:00:00 2001 From: Evan Luo Date: Tue, 19 Nov 2024 11:34:06 -0500 Subject: [PATCH 2/2] ci: coderabbit ignore path --- .coderabbit.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index e2c396d4..1bea7a4f 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -13,8 +13,8 @@ reviews: drafts: false path_filters: - "!source/build/**" - - "*.min.js" - - "*.min.css" - - "*.map" + - "!*.min.js" + - "!*.min.css" + - "!*.map" chat: auto_reply: true