From 5ee3422926075e7007ddc42344f3731dd6816bfa Mon Sep 17 00:00:00 2001 From: mst Date: Sat, 19 Oct 2024 23:55:28 +0300 Subject: [PATCH] update example config --- config.example.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.example.json b/config.example.json index 3ae0428..45dae1a 100644 --- a/config.example.json +++ b/config.example.json @@ -2,7 +2,7 @@ "instance": { "title": "CatAsk", "description": "Ask me something!", - "image": "/static/icons/favicon/apple-touch-icon.png", + "image": "/static/icons/favicon/android-chrome-512x512.png", "fullBaseUrl": "https://catask.localhost", "rules": "" }, @@ -13,7 +13,8 @@ "bgDark": "#202020", "navStyle": "underline", "tintColors": false, - "infoBoxLayout": "column" + "infoBoxLayout": "column", + "homepageLayout": "catask" }, "trimContentAfter": "50", "charLimit": "512",