From 5eef8a1f5b7c81a48adf2ffeccd2062d5d03aac6 Mon Sep 17 00:00:00 2001 From: Alan Francis Date: Sun, 1 Dec 2024 19:13:05 +0000 Subject: [PATCH] pwa --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index ef500e9..ac78558 100644 --- a/_config.yml +++ b/_config.yml @@ -124,9 +124,9 @@ assets: env: # [development | production] pwa: - enabled: true # The option for PWA feature (installable) + enabled: false # The option for PWA feature (installable) cache: - enabled: true # The option for PWA offline cache + enabled: false # 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.