This log message was do do 💩
[akkoma] / lib / pleroma / web / endpoint.ex
index 8b09199e06bfab9519f365ec5b99ba1a7d0416c9..93b37dc74faf2654031cd281a66abc8cf111a88c 100644 (file)
@@ -14,7 +14,7 @@ defmodule Pleroma.Web.Endpoint do
     at: "/media", from: "uploads", gzip: false
   plug Plug.Static,
     at: "/", from: :pleroma,
-    only: ~w(index.html static finmoji emoji packs sounds instance sw.js)
+    only: ~w(index.html static finmoji emoji packs sounds images instance sw.js)
 
   # Code reloading can be explicitly enabled under the
   # :code_reloader configuration of your endpoint.