aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-06 08:18:17 -0400
committertdro <tdro@noreply.example.com>2022-05-06 08:18:17 -0400
commit8f2e61d3095b9951c19619a145f94a30b743fb75 (patch)
tree1d543062afb5df06372211ec4c40a9d79e2c3c54
parent7f9817200b0e46dc3aca63a7a31de82b6d105e2f (diff)
downloadcanory-8f2e61d3095b9951c19619a145f94a30b743fb75.tar.gz
canory-8f2e61d3095b9951c19619a145f94a30b743fb75.tar.bz2
canory-8f2e61d3095b9951c19619a145f94a30b743fb75.zip
config.yaml: Default to production false
-rw-r--r--config.json2
-rw-r--r--config.toml2
-rw-r--r--config.yaml2
3 files changed, 3 insertions, 3 deletions
diff --git a/config.json b/config.json
index dfe7dce..3cc0cf7 100644
--- a/config.json
+++ b/config.json
@@ -83,7 +83,7 @@
}
},
"params": {
- "production": true,
+ "production": false,
"webmanifest": {
"name": "Micro Blog",
"shortName": "Micro",
diff --git a/config.toml b/config.toml
index eaffbb7..4f494ea 100644
--- a/config.toml
+++ b/config.toml
@@ -80,7 +80,7 @@ enableRobotsTXT = true
noHl = false
[params]
- production = true
+ production = false
[params.webmanifest]
name = "Micro Blog"
diff --git a/config.yaml b/config.yaml
index 5645336..5cb8ae2 100644
--- a/config.yaml
+++ b/config.yaml
@@ -67,7 +67,7 @@ markup:
noHl: false
params:
- production: true
+ production: false
webmanifest:
name: Micro Blog
shortName: Micro