Merge branch 'move-backend-images' into 'develop'
[akkoma] / lib / pleroma / web / endpoint.ex
index b57cf3917e166ba7e00d0545d9596ff2637a631b..ec88df6924cc1dad9de4bc664e28151549c37f85 100644 (file)
@@ -12,7 +12,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 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.