Skip to content

Commit 03877bd

Browse files
committed
Enable self host assets
1 parent b0c3661 commit 03877bd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/cloudflare-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
22+
submodules: true
2223

2324
- name: Setup Ruby
2425
uses: ruby/setup-ruby@v1

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ comments:
127127
# Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets
128128
assets:
129129
self_host:
130-
enabled: # boolean, keep empty means false
130+
enabled: true # boolean, keep empty means false
131131
# specify the Jekyll environment, empty means both
132132
# only works if `assets.self_host.enabled` is 'true'
133133
env: # [development | production]

0 commit comments

Comments
 (0)