refactor(theme): update app logos and how they are displayed

Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
2023-02-26 03:12:28 +00:00
parent 1ed38f9145
commit c48f2a9ec2
10 changed files with 14 additions and 11 deletions

View File

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