We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41741b commit f5d5dd0Copy full SHA for f5d5dd0
_config.yml
@@ -95,6 +95,13 @@ assets:
95
96
pwa:
97
enabled: true # the option for PWA feature
98
+ cache:
99
+ enabled: true # The option for PWA offline cache
100
+ # Paths defined here will be excluded from the PWA cache.
101
+ # Usually its value is the `baseurl` of another website that
102
+ # shares the same domain name as the current website.
103
+ deny_paths:
104
+ # - "/example" # URLs match `<SITE_URL>/example/*` will not be cached by the PWA
105
106
paginate: 10
107
0 commit comments