logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 7f76700baf7493a1b1b312b92e33b0194573c746
parent: 165ea038bd7a057ce137cc6a7a3deee7c98753de
Author: lain <lain@soykaf.club>
Date:   Tue, 28 Jul 2020 17:32:18 +0000

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

Clarify location of frontends directory

See merge request pleroma/pleroma!2802

Diffstat:

Mconfig/config.exs3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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.