Merge branch 'priv-warning' into 'develop'

priv/static: Add a warning discouraging admins from modifying the static files directly

See merge request pleroma/pleroma!2571
This commit is contained in:
lain 2020-05-22 17:20:23 +00:00
commit 72189d227f
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
If you are an instance admin and you want to modify the instace static files, this is probably not the right place to do it. This directory is checked in version control, so don't be surprised if you get merge conflicts after modifying anything here. Please use instance static directory instead, it has the same directory structure and files placed there will override files placed here. See https://docs.pleroma.social/backend/configuration/static_dir/ for more info