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",