fix documentation sample code

This commit is contained in:
Benedek Kozma 2024-09-18 17:43:28 +02:00 committed by GitHub
parent 8eaf683eb5
commit 71869f1ee9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.