static-fe.css: Restore and move to /priv/static/static-fe
[akkoma] / lib / pleroma / constants.ex
index 4ba39b53faeef6baebb89788c599d26626325288..3a9eec5ea445f33f3b4cf7351476a87a477138c0 100644 (file)
@@ -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