Update config_panel.toml.example

This commit is contained in:
Éric Gaspar 2023-02-07 10:17:04 +01:00
parent 4f7cb2b294
commit 1a94c706ce
1 changed files with 2 additions and 2 deletions

View File

@ -246,14 +246,14 @@ services = ["__APP__"]
type = "file"
accept = ".png"
help = "Fill with an already resized logo"
bind = "__FINALPATH__/img/logo.png"
bind = "__INSTALL_DIR__/img/logo.png"
[main.customization.favicon]
ask = "Favicon"
type = "file"
accept = ".png"
help = "Fill with an already sized favicon"
bind = "__FINALPATH__/img/favicon.png"
bind = "__INSTALL_DIR__/img/favicon.png"
[main.stripe]