X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fconstants.ex;h=3a9eec5ea445f33f3b4cf7351476a87a477138c0;hb=c297667f16db40654bb16608c01dc4a2dc7c0e4b;hp=4ba39b53faeef6baebb89788c599d26626325288;hpb=5992c256ad7c5bc8207240c9d51e03964e50eb64;p=akkoma diff --git a/lib/pleroma/constants.ex b/lib/pleroma/constants.ex index 4ba39b53f..3a9eec5ea 100644 --- a/lib/pleroma/constants.ex +++ b/lib/pleroma/constants.ex @@ -20,4 +20,9 @@ defmodule Pleroma.Constants do "deleted_activity_id" ] ) + + 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) + ) end