diff --git a/lib/aprs_web/endpoint.ex b/lib/aprs_web/endpoint.ex index 868aeb0..341c078 100644 --- a/lib/aprs_web/endpoint.ex +++ b/lib/aprs_web/endpoint.ex @@ -23,7 +23,7 @@ defmodule AprsWeb.Endpoint do at: "/", from: :aprs, gzip: false, - only: AprsWeb.static_paths() + only: ~w(assets fonts images favicon.ico robots.txt) # Code reloading can be explicitly enabled under the # :code_reloader configuration of your endpoint.