Fix favicon and add to index.html
[akkoma] / lib / pleroma / web / endpoint.ex
index 93b37dc74faf2654031cd281a66abc8cf111a88c..1703d5623f579395523a82b2a6dd905e62dbee30 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 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
   # :code_reloader configuration of your endpoint.