aboutsummaryrefslogtreecommitdiff
path: root/shardweb/lib/endpoint.ex
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2018-10-13 09:44:12 +0200
committerAlex Auvolat <alex@adnab.me>2018-10-13 09:44:12 +0200
commitb26c794c3b4f8a5ec7892c512193f11656264814 (patch)
treeacaf605623b67223fc437e50ea4baea893eb1c79 /shardweb/lib/endpoint.ex
parent7ca716237b7c2e51dc0c4e928f813a813660db20 (diff)
downloadshard-b26c794c3b4f8a5ec7892c512193f11656264814.tar.gz
shard-b26c794c3b4f8a5ec7892c512193f11656264814.zip
fix favicon
Diffstat (limited to 'shardweb/lib/endpoint.ex')
-rw-r--r--shardweb/lib/endpoint.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/shardweb/lib/endpoint.ex b/shardweb/lib/endpoint.ex
index fb8a48f..bc75357 100644
--- a/shardweb/lib/endpoint.ex
+++ b/shardweb/lib/endpoint.ex
@@ -9,7 +9,7 @@ defmodule ShardWeb.Endpoint do
# when deploying your static files in production.
plug Plug.Static,
at: "/", from: :shardweb, gzip: false,
- only: ~w(css fonts font-awesome images js favicon.ico robots.txt)
+ only: ~w(css fonts font-awesome images js favicon.ico favicon.png robots.txt)
# Code reloading can be explicitly enabled under the
# :code_reloader configuration of your endpoint.