fix: disable self_host

This commit is contained in:
2024-08-13 14:19:21 +09:00
parent 334518c991
commit 03f5dec26f

View File

@@ -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]