summaryrefslogtreecommitdiff
path: root/lib/lsg_web/endpoint.ex
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lib/lsg_web/endpoint.ex4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/lsg_web/endpoint.ex b/lib/lsg_web/endpoint.ex
index e89dc12..37f7e84 100644
--- a/lib/lsg_web/endpoint.ex
+++ b/lib/lsg_web/endpoint.ex
@@ -8,8 +8,8 @@ defmodule LSGWeb.Endpoint do
# You should set gzip to true if you are running phoenix.digest
# when deploying your static files in production.
plug Plug.Static,
- at: "/assets", from: :lsg, gzip: false,
- only: ~w(css fonts images js favicon.ico robots.txt)
+ at: "/", from: :lsg, gzip: false,
+ only: ~w(assets css js fonts images favicon.ico robots.txt)
# Code reloading can be explicitly enabled under the
# :code_reloader configuration of your endpoint.