Clarify location of frontends directory

This commit is contained in:
Mark Felder 2020-07-28 12:10:04 -05:00
parent 165ea038bd
commit bee29f6610
1 changed files with 2 additions and 1 deletions

View File

@ -647,7 +647,8 @@ config :pleroma, :static_fe, enabled: false
# Example of frontend configuration
# This example will make us serve the primary frontend from the
# `/frontends/pleroma/develop` folder in your instance static directory.
# frontends directory within your `:pleroma, :instance, static_dir`.
# e.g., instance/static/frontends/pleroma/develop/
#
# With no frontend configuration, the bundled files from the `static` directory will
# be used.