Add static images.
This commit is contained in:
parent
fd6aa9eb03
commit
09665c99e7
3 changed files with 1 additions and 1 deletions
BIN
ui/assets/static/berenbos.jpg
Normal file
BIN
ui/assets/static/berenbos.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 MiB |
BIN
ui/assets/static/lamp.png
Normal file
BIN
ui/assets/static/lamp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 248 KiB |
|
@ -13,7 +13,7 @@ defmodule UiWeb.Endpoint do
|
|||
at: "/",
|
||||
from: :ui,
|
||||
gzip: false,
|
||||
only: ~w(css fonts images js favicon.ico robots.txt)
|
||||
only: ~w(css fonts images js favicon.ico robots.txt berenbos.jpg lamp.png)
|
||||
|
||||
# Code reloading can be explicitly enabled under the
|
||||
# :code_reloader configuration of your endpoint.
|
||||
|
|
Loading…
Reference in a new issue