From b0856bf1548a26c1c2924cc011f4a1ddc2707b5f Mon Sep 17 00:00:00 2001 From: tdro Date: Fri, 3 Mar 2023 17:34:06 -0500 Subject: config: Support offline mode Default to offline. The configuration has to set the site's offline configuration to false for remote fetches to be allowed --- config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config.json') diff --git a/config.json b/config.json index b74ee2a..4a4256c 100644 --- a/config.json +++ b/config.json @@ -83,11 +83,12 @@ }, "params": { "site": { + "offline": false, "production": false, "referrer": "no-referrer", - "refresh": null, "robots": "index,follow", - "canonical": null + "canonical": null, + "refresh": null }, "webmanifest": { "name": "Micro Blog", -- cgit v1.2.3