Skip to content

Commit 73dd5f8

Browse files
committed
2 parents 8ec29d0 + 0062bbf commit 73dd5f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ avatar: assets/merox-in-dc-2.webp
102102

103103
# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
104104
# It can be overridden by a customized `page.image` in front matter.
105-
social_preview_image: # string, local or CORS resources
105+
social_preview_image: assets/merox-in-dc-2.webp # string, local or CORS resources
106106

107107
# boolean type, the global switch for TOC in posts.
108108
toc: true
@@ -138,9 +138,9 @@ assets:
138138
env: # [development | production]
139139

140140
pwa:
141-
enabled: disable # The option for PWA feature (installable)
141+
enabled: true # The option for PWA feature (installable)
142142
cache:
143-
enabled: true # The option for PWA offline cache
143+
enabled: false # The option for PWA offline cache
144144
# Paths defined here will be excluded from the PWA cache.
145145
# Usually its value is the `baseurl` of another website that
146146
# shares the same domain name as the current website.

0 commit comments

Comments
 (0)