From c3864d61b51c46007f9f5a1fbe361fa16bd457c3 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 6 Nov 2023 12:19:52 +0100 Subject: [PATCH] revert pwa --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 12ba7e3..44c293e 100644 --- a/config.toml +++ b/config.toml @@ -223,7 +223,7 @@ webmanifest = "manifest.min.json" # Required for PWAs ### The options below other than pwa=true, only come into play when the npm/node script is ran. ############################################################################### -pwa = false # true to load the service worker +pwa = true # true to load the service worker pwa_VER = '3.11.0' # Service Worker cache version. (increment if you need to force a new cache) ### 3600=1hour, 28800=8hours, 86400=1day, 604800=1week, 1209600=2weeks