aboutsummaryrefslogtreecommitdiff
path: root/shardweb/lib/shard_web/endpoint.ex
diff options
context:
space:
mode:
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.