From 71869f1ee9314d5d2f24be227ca4b7f8616cfa68 Mon Sep 17 00:00:00 2001 From: Benedek Kozma Date: Wed, 18 Sep 2024 17:43:28 +0200 Subject: [PATCH] fix documentation sample code --- docs/configs/settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configs/settings.md b/docs/configs/settings.md index 1498cce5..16493eeb 100644 --- a/docs/configs/settings.md +++ b/docs/configs/settings.md @@ -88,7 +88,7 @@ Or you may pass the path to a local image relative to the `/app/public` director If you'd like to use a custom icon when using "Add to Home Screen" on iOS instead of the favicon, you may provide a full URL to an image of your choice. ```yaml -favicon: https://www.google.com/favicon.ico +appleTouchIcon: https://www.google.com/favicon.ico ``` Or you may pass the path to a local image relative to the `/app/public` directory. See [Background Image](#background-image) for more detailed information on how to provide your own files.