Update documentation
This commit is contained in:
parent
bcb2407b02
commit
8eaf683eb5
@ -83,6 +83,16 @@ favicon: 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.
|
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.
|
||||||
|
|
||||||
|
## Apple touch icon
|
||||||
|
|
||||||
|
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
|
||||||
|
```
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
## Theme
|
## Theme
|
||||||
|
|
||||||
You can configure a fixed theme (and disable the theme switcher) by passing the `theme` option, like so:
|
You can configure a fixed theme (and disable the theme switcher) by passing the `theme` option, like so:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user