aboutsummaryrefslogtreecommitdiff
path: root/shardweb/lib/shard_web/endpoint.ex
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2018-10-11 18:58:46 +0200
committerAlex Auvolat <alex@adnab.me>2018-10-11 18:58:46 +0200
commit123fbcf6abcfe61ef65cc82f1d22843dde722b23 (patch)
treee68c9b5d4db19e0ea8dd6b922bc91fb19f56c0f5 /shardweb/lib/shard_web/endpoint.ex
parentd164046678b5e10e23439a77fde75101a9e498d6 (diff)
downloadshard-123fbcf6abcfe61ef65cc82f1d22843dde722b23.tar.gz
shard-123fbcf6abcfe61ef65cc82f1d22843dde722b23.zip
Integrate a very very pretty template in shardweb
Diffstat (limited to 'shardweb/lib/shard_web/endpoint.ex')
-rw-r--r--shardweb/lib/shard_web/endpoint.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/shardweb/lib/shard_web/endpoint.ex b/shardweb/lib/shard_web/endpoint.ex
index 6883493..fb8a48f 100644
--- a/shardweb/lib/shard_web/endpoint.ex
+++ b/shardweb/lib/shard_web/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 images js favicon.ico robots.txt)
+ only: ~w(css fonts font-awesome images js favicon.ico robots.txt)
# Code reloading can be explicitly enabled under the
# :code_reloader configuration of your endpoint.