diff options
author | Roman Chvanikov <chvanikoff@pm.me> | 2020-04-17 18:40:52 +0300 |
---|---|---|
committer | Roman Chvanikov <chvanikoff@pm.me> | 2020-04-17 18:40:52 +0300 |
commit | 8cf777443411f073011825cdfe1c2688aa857680 (patch) | |
tree | 30613d96eb36af08105800a5116a73cb5b37ca5d /lib | |
parent | 863e61ad5f5bb29369dfc602509a0492d0b7ef7a (diff) | |
download | pleroma-8cf777443411f073011825cdfe1c2688aa857680.tar.gz |
Fix instance/static overridable paths
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/plugs/instance_static.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/plugs/instance_static.ex b/lib/pleroma/plugs/instance_static.ex index 1436d16ae..1ebe38bc3 100644 --- a/lib/pleroma/plugs/instance_static.ex +++ b/lib/pleroma/plugs/instance_static.ex @@ -11,7 +11,7 @@ defmodule Pleroma.Plugs.InstanceStatic do @behaviour Plug # list of paths to be looked up in intance/static - @instance_overridable_paths ~w(robots.txt emoji sounds images instance favicon.png packs sw.js static index.html sw-pleroma.js static-fe.css) + @instance_overridable_paths ~w(robots.txt emoji sounds images instance favicon.png) # both pleroma/{STATIC_PATH} and pleroma/admin/{STATIC_PATH} can be requested @fe_prefixed_paths ~w(pleroma/admin pleroma) |