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.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.yaml') diff --git a/config.yaml b/config.yaml index 9a782fb..f89cdfa 100644 --- a/config.yaml +++ b/config.yaml @@ -67,11 +67,12 @@ menu: params: site: + offline: false production: false referrer: no-referrer - refresh: robots: index,follow canonical: + refresh: webmanifest: name: Micro Blog shortName: Micro -- cgit v1.2.3