aboutsummaryrefslogtreecommitdiff
path: root/example/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'example/config.json')
-rw-r--r--example/config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/config.json b/example/config.json
index cd08b25..2454113 100644
--- a/example/config.json
+++ b/example/config.json
@@ -1,6 +1,6 @@
1{ 1{
2 "galleryRoot": "out/", 2 "galleryRoot": "out/",
3 "galleryIndex": "index.json", 3 "galleryIndex": "index.json",
4 "initialItemSort": "date_desc", 4 "initialItemSort": "date_asc",
5 "initialTagDisplayLimit": 10 5 "initialTagDisplayLimit": 10
6} 6}