We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3138c1 commit 7d600a6Copy full SHA for 7d600a6
1 file changed
_config.yml
@@ -125,14 +125,11 @@ assets:
125
env: # [development | production]
126
127
pwa:
128
- enabled: true # the option for PWA feature (installable)
+ enabled: false # temporarily disable PWA to avoid cached pages while debugging giscus
129
cache:
130
- enabled: true # the option for PWA offline cache
131
- # Paths defined here will be excluded from the PWA cache.
132
- # Usually its value is the `baseurl` of another website that
133
- # shares the same domain name as the current website.
+ enabled: false
134
deny_paths:
135
- # - "/example" # URLs match `<SITE_URL>/example/*` will not be cached by the PWA
+ # - "/example"
136
137
paginate: 10
138
0 commit comments