From 03f5dec26fbe871991b887fd5084ff65634238a3 Mon Sep 17 00:00:00 2001 From: Sungchan Yi Date: Tue, 13 Aug 2024 14:19:21 +0900 Subject: [PATCH] fix: disable self_host --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 24a779c..652e4d0 100644 --- a/_config.yml +++ b/_config.yml @@ -129,7 +129,7 @@ comments: # Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets assets: self_host: - enabled: true # boolean, keep empty means false + enabled: # boolean, keep empty means false # specify the Jekyll environment, empty means both # only works if `assets.self_host.enabled` is 'true' env: production # [development | production]