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

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.