fix static asset serving

This commit is contained in:
Fly Dev 2025-06-23 14:02:59 +00:00
parent 51122d5abd
commit b1c6a2135c

View file

@ -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.