Send frontend through phoenix.
[akkoma] / lib / pleroma / web / endpoint.ex
index 6af42a68526cb5ddceca063a225215c2c8a9dd86..45a3a345d94b34f1b8cd8fb35f8a0092508d27bb 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)
 
   # Code reloading can be explicitly enabled under the
   # :code_reloader configuration of your endpoint.