summaryrefslogtreecommitdiff
path: root/lib/pleroma/plugs/frontend_static.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pleroma/plugs/frontend_static.ex')
-rw-r--r--lib/pleroma/plugs/frontend_static.ex1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pleroma/plugs/frontend_static.ex b/lib/pleroma/plugs/frontend_static.ex
index f549ca75f..11a0d5382 100644
--- a/lib/pleroma/plugs/frontend_static.ex
+++ b/lib/pleroma/plugs/frontend_static.ex
@@ -30,6 +30,7 @@ defmodule Pleroma.Plugs.FrontendStatic do
opts
|> Keyword.put(:from, "__unconfigured_frontend_static_plug")
|> Plug.Static.init()
+ |> Map.put(:frontend_type, opts[:frontend_type])
end
def call(conn, opts) do