From 7ac59d4eff7891f814d1b5839072aaf2f8a7972c Mon Sep 17 00:00:00 2001 From: Eduard T Date: Sat, 6 Apr 2024 02:39:03 -0500 Subject: [PATCH] Update config.yml --- _config.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index 47fd21f..bbaf11e 100644 --- a/_config.yml +++ b/_config.yml @@ -115,7 +115,14 @@ assets: env: # [development|production] pwa: - enabled: true # the option for PWA feature + enabled: true # the option for PWA feature (installable) + cache: + enabled: true # the option for PWA offline cache + # Paths defined here will be excluded from the PWA cache. + # Usually its value is the `baseurl` of another website that + # shares the same domain name as the current website. + deny_paths: + # - "/example" # URLs match `/example/*` will not be cached by the PWA paginate: 10 @@ -158,10 +165,6 @@ defaults: values: layout: page permalink: /:title/ - - scope: - path: assets/img/favicons - values: - swcache: true - scope: path: assets/js/dist values: