Formatting and add tests for blocks/unblocks
[akkoma] / lib / pleroma / web / endpoint.ex
index dfafc95f44c22cc4630b9847aefc3c8ea7fcdf5f..1a012c1b416a05c5e6743cf2f0792af0045042e4 100644 (file)
@@ -17,7 +17,7 @@ defmodule Pleroma.Web.Endpoint do
     Plug.Static,
     at: "/",
     from: :pleroma,
-    only: ~w(index.html static finmoji emoji packs sounds images instance sw.js)
+    only: ~w(index.html static finmoji emoji packs sounds images instance sw.js favicon.png)
   )
 
   # Code reloading can be explicitly enabled under the