File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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.
108108toc : true
@@ -138,9 +138,9 @@ assets:
138138 env : # [development | production]
139139
140140pwa :
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.
You can’t perform that action at this time.
0 commit comments