From: Mark Felder Date: Tue, 28 Jul 2020 17:10:04 +0000 (-0500) Subject: Clarify location of frontends directory X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=bee29f6610695b9f059bb2e0f3424b2345388aae;p=akkoma Clarify location of frontends directory --- 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.