Reverse mastodon timeline data.
[akkoma] / lib / pleroma / web / endpoint.ex
index 6af42a68526cb5ddceca063a225215c2c8a9dd86..e869448de0d1cef67839a947c398cdaf82b4720e 100644 (file)
@@ -9,6 +9,9 @@ defmodule Pleroma.Web.Endpoint do
   # when deploying your static files in production.
   plug Plug.Static,
     at: "/media", from: "uploads", gzip: false
+  plug Plug.Static,
+    at: "/", from: :pleroma,
+    only: ~w(index.html static finmoji)
 
   # Code reloading can be explicitly enabled under the
   # :code_reloader configuration of your endpoint.