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