aboutsummaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-03-03 17:34:06 -0500
committertdro <tdro@noreply.example.com>2023-03-03 18:48:17 -0500
commitb0856bf1548a26c1c2924cc011f4a1ddc2707b5f (patch)
tree6449acc1cde1b7b2dbf463468e4e18e87fd1e83c /config.json
parent20355368f64f8d2889832db28e352f80bce18783 (diff)
downloadcanory-b0856bf1548a26c1c2924cc011f4a1ddc2707b5f.tar.gz
canory-b0856bf1548a26c1c2924cc011f4a1ddc2707b5f.tar.bz2
canory-b0856bf1548a26c1c2924cc011f4a1ddc2707b5f.zip
config: Support offline mode0.11.11
Default to offline. The configuration has to set the site's offline configuration to false for remote fetches to be allowed
Diffstat (limited to 'config.json')
-rw-r--r--config.json5
1 files changed, 3 insertions, 2 deletions
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",