diff --git a/_config.yml b/_config.yml index b14dd8e..0b41e56 100644 --- a/_config.yml +++ b/_config.yml @@ -129,10 +129,10 @@ comments: # Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets assets: self_host: - enabled: # boolean, keep empty means false + enabled: true # boolean, keep empty means false # specify the Jekyll environment, empty means both # only works if `assets.self_host.enabled` is 'true' - env: # [development | production] + env: production # [development | production] pwa: enabled: true # the option for PWA feature (installable) @@ -147,7 +147,7 @@ pwa: paginate: 10 # The base URL of your site -baseurl: "" +baseurl: "https://log.zxcvber.com" # ------------ The following options are not recommended to be modified ------------------