Skip to content

Commit 7d600a6

Browse files
committed
fix: temporarily disable PWA feature to avoid cached pages during giscus debugging
1 parent d3138c1 commit 7d600a6

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

_config.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,11 @@ assets:
125125
env: # [development | production]
126126

127127
pwa:
128-
enabled: true # the option for PWA feature (installable)
128+
enabled: false # temporarily disable PWA to avoid cached pages while debugging giscus
129129
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.
130+
enabled: false
134131
deny_paths:
135-
# - "/example" # URLs match `<SITE_URL>/example/*` will not be cached by the PWA
132+
# - "/example"
136133

137134
paginate: 10
138135

0 commit comments

Comments
 (0)