diff options
author | href <href@random.sh> | 2019-02-01 11:34:41 +0100 |
---|---|---|
committer | href <href@random.sh> | 2019-02-01 11:34:41 +0100 |
commit | fa5ec765d9c6184027ba1e4371e9a6f863c3f5db (patch) | |
tree | 2f9d4b6ed995a0062a710f0781ccec6e53c7b941 /lib/pleroma/plugs/instance_static.ex | |
parent | b3b0855456a92351667a50c8ea77f328bded76ca (diff) | |
download | pleroma-fa5ec765d9c6184027ba1e4371e9a6f863c3f5db.tar.gz |
Serve sw-pleroma.js properly
Diffstat (limited to 'lib/pleroma/plugs/instance_static.ex')
-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 af2f6f331..11f108de7 100644 --- a/lib/pleroma/plugs/instance_static.ex +++ b/lib/pleroma/plugs/instance_static.ex @@ -21,7 +21,7 @@ defmodule Pleroma.Plugs.InstanceStatic do end end - @only ~w(index.html static emoji packs sounds images instance favicon.png) + @only ~w(index.html static emoji packs sounds images instance favicon.png sw.js sw-pleroma.js) def init(opts) do opts |