X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fconstants.ex;h=13eeaa96b4762fbb91ced797cd93c7ad2dcf9255;hb=48983e942139a81106416cfbb8d22743b6764053;hp=06174f624a6d4d80a1c457a74f5e888122a5b516;hpb=39ec1af9936e96f7885a58c9d77f3711091a80b1;p=akkoma diff --git a/lib/pleroma/constants.ex b/lib/pleroma/constants.ex index 06174f624..13eeaa96b 100644 --- a/lib/pleroma/constants.ex +++ b/lib/pleroma/constants.ex @@ -24,6 +24,6 @@ defmodule Pleroma.Constants do const(static_only_files, do: - ~w(index.html robots.txt static static-fe finmoji emoji packs sounds images instance sw.js sw-pleroma.js favicon.png schemas doc) + ~w(index.html robots.txt static static-fe finmoji emoji packs sounds images instance sw.js sw-pleroma.js favicon.png schemas doc embed.js embed.css) ) end