refactor(theme): update app logos and how they are displayed
Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
@@ -4,8 +4,11 @@ APP_KEY=
|
||||
APP_DEBUG=true
|
||||
APP_URL=http://localhost
|
||||
|
||||
# This is now an enforced relative path. Absolute URLs will not work.
|
||||
APP_LOGO="path/to/logo"
|
||||
# Please note: Use relative URLs. Absolute URLs will not work.
|
||||
# The first logo is a large, horizontal logo
|
||||
# The second logo is a square-shaped logo, nice to use w/ text
|
||||
APP_LOGO="path/to/large/logo.png"
|
||||
APP_LOGO_SM="path/to/small/logo.png"
|
||||
APP_AUTH_BANNER=""
|
||||
APP_SITEHOMEPAGE=""
|
||||
API_PREFIX="api"
|
||||
|
Reference in New Issue
Block a user