Add static images.

This commit is contained in:
Pim Kunis 2019-07-14 21:44:08 +02:00
parent fd6aa9eb03
commit 09665c99e7
3 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

BIN
ui/assets/static/lamp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 KiB

View file

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