aboutsummaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-07 21:21:00 -0400
committertdro <tdro@noreply.example.com>2022-05-07 21:21:00 -0400
commit300c9aa4ffb434b4fefead7d0fa3b438063d1fb6 (patch)
tree0429fafca2b0c7eda7e5705db612f8b4e1b3fd14 /config.json
parent1cf142e6941046cf45ab74f4368b56f7fc6be82a (diff)
downloadcanory-300c9aa4ffb434b4fefead7d0fa3b438063d1fb6.tar.gz
canory-300c9aa4ffb434b4fefead7d0fa3b438063d1fb6.tar.bz2
canory-300c9aa4ffb434b4fefead7d0fa3b438063d1fb6.zip
themes/default/layouts/partials/head: Add refresh setting
Diffstat (limited to 'config.json')
-rw-r--r--config.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.json b/config.json
index 18544c4..94656ff 100644
--- a/config.json
+++ b/config.json
@@ -84,7 +84,10 @@
}
},
"params": {
- "production": false,
+ "site": {
+ "production": false,
+ "refresh": null
+ },
"webmanifest": {
"name": "Micro Blog",
"shortName": "Micro",