Merge branch 'chore/frontends-config-clarification' into 'develop'

Clarify location of frontends directory

See merge request pleroma/pleroma!2802
This commit is contained in:
lain 2020-07-28 17:32:18 +00:00
commit 7f76700baf
1 changed files with 2 additions and 1 deletions

View File

@ -647,7 +647,8 @@
# Example of frontend configuration # Example of frontend configuration
# This example will make us serve the primary frontend from the # 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 # With no frontend configuration, the bundled files from the `static` directory will
# be used. # be used.