aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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