aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-07-28 17:32:18 +0000
committerlain <lain@soykaf.club>2020-07-28 17:32:18 +0000
commit7f76700baf7493a1b1b312b92e33b0194573c746 (patch)
tree3c2ded76facd51021e47012091bc87be795303fe
parent165ea038bd7a057ce137cc6a7a3deee7c98753de (diff)
parentbee29f6610695b9f059bb2e0f3424b2345388aae (diff)
downloadpleroma-7f76700baf7493a1b1b312b92e33b0194573c746.tar.gz
Merge branch 'chore/frontends-config-clarification' into 'develop'
Clarify location of frontends directory See merge request pleroma/pleroma!2802
-rw-r--r--config/config.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs
index 09dd9e786..48fe7c669 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -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.